summaryrefslogtreecommitdiffstats
path: root/tests/current_thread.rs
AgeCommit message (Expand)Author
2018-06-12tokio-current-thread crate (#370)jpbriquet
2018-06-05Implement a Send Handle for the single-threaded Runtime (#340)Sebastian Dröge
2018-04-25Make CurrentThread::turn() more fair by always parking with 0 timeout… (#313)Sebastian Dröge
2018-03-29Fix permissions (#268)Carl Lerche
2018-03-13Simultaneous futures compat (#172)Aaron Turon
2018-02-28Improve current thread tests (#161)Roman
2018-02-27Support current_thread::spawn from task drop (#157)Carl Lerche
2018-02-26Fix race condition in CurrentThread. (#156)Carl Lerche
2018-02-23Fix bug with CurrentThread::turn (#152)Carl Lerche
2018-02-21Introduce the Tokio runtime: Reactor + Threadpool (#141)Carl Lerche