You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
async-std/src/sync
Stjepan Glavina 0c2282ffdc
Optimization: a slot for the next task to run (#529)
* Optimization: a slot for the next task to run

* Only notify workers when a task is pushed into a queue
5 years ago
..
barrier.rs Update futures to 0.3 (#463) 5 years ago
channel.rs Remove cache padding in channels 5 years ago
mod.rs Use async_std::sync::Arc in examples (#501) 5 years ago
mutex.rs Optimization: a slot for the next task to run (#529) 5 years ago
rwlock.rs Cleanup stream traits (#487) 5 years ago
waker_set.rs Optimization: a slot for the next task to run (#529) 5 years ago