A
Size: a a a
A
V
A
V
D
A
A
D
type Kek = impl std::future::Future;
fn lol() -> Kek {
async {}
}
pub struct Wow(Vec<Kek>);
A
crossbeam::atomic::AtomicCell вместо std::sync::Mutex?D
D
V
crossbeam::atomic::AtomicCell вместо std::sync::Mutex?A
tokio::sync::Mutex, а также что чаще всего проблемы с локами решаются не заменой мьютекса с одного на другойV
V
D
as long as contention remains low and the lock is not held across calls to .await легче лёгкого упустить из видуD
D
D
V