2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-05-12 10:01:27 +00:00
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
2019-11-13 20:32:37 +01:00
..
barrier.rs Update futures to 0.3 (#463) 2019-11-06 20:20:27 +00:00
channel.rs Remove cache padding in channels 2019-11-09 23:08:31 +01:00
mod.rs Use async_std::sync::Arc in examples (#501) 2019-11-11 11:10:36 +01:00
mutex.rs Optimization: a slot for the next task to run (#529) 2019-11-13 20:32:37 +01:00
rwlock.rs Cleanup stream traits (#487) 2019-11-09 11:22:09 +01:00
waker_set.rs Optimization: a slot for the next task to run (#529) 2019-11-13 20:32:37 +01:00