2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-01-16 18:59:55 +00:00
async-std/benches
Stjepan Glavina 87de4e1598
Add utility type WakerSet to the sync module (#390)
* Add utility type Registry to the sync module

* Remove unused import

* Split unregister into complete and cancel

* Refactoring and renaming

* Split remove() into complete() and cancel()

* Rename to WakerSet

* Ignore clippy warning

* Ignore another clippy warning

* Use stronger SeqCst ordering
2019-11-01 02:45:50 +01:00
..
mutex.rs Add utility type WakerSet to the sync module (#390) 2019-11-01 02:45:50 +01:00
task.rs Add utility type WakerSet to the sync module (#390) 2019-11-01 02:45:50 +01:00
task_local.rs remove async_await feature gate 2019-08-21 00:29:35 -07:00