2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-06-22 06:01:36 +00:00
async-std/src/sync
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
..
barrier.rs Deny warnings on CI (#378) 2019-10-23 20:20:59 +09:00
channel.rs Add utility type WakerSet to the sync module (#390) 2019-11-01 02:45:50 +01:00
mod.rs Add utility type WakerSet to the sync module (#390) 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
rwlock.rs Add utility type WakerSet to the sync module (#390) 2019-11-01 02:45:50 +01:00
waker_set.rs Add utility type WakerSet to the sync module (#390) 2019-11-01 02:45:50 +01:00