forked from mirror/async-std
db438abb8f
* Implement async_std::sync::Condvar Part of #217 * More rigourous detection of notification for condvar * Use state of Waker instead of AtomicUsize to keep track of if task was notified. * Add test for notify_all * Implement wait_timeout_until And add warnings about spurious wakeups to wait and wait_timeout * Use WakerSet for Condvar This should also address concerns about spurious wakeups. * Add test for wait_timeout with no lock held * Add comments describing AwaitNotify struct And remove an unnneded comment in a Debug implementation |
||
---|---|---|
.. | ||
addr.rs | ||
block_on.rs | ||
buf_writer.rs | ||
channel.rs | ||
condvar.rs | ||
io_timeout.rs | ||
mutex.rs | ||
rwlock.rs | ||
stream.rs | ||
task_local.rs | ||
tcp.rs | ||
udp.rs | ||
uds.rs | ||
verbose_errors.rs |