summaryrefslogtreecommitdiffstats
path: root/tokio/tests/async_send_sync.rs
AgeCommit message (Expand)Author
2020-10-06io, stream: assert !Unpin for ext trait futures (#2913)Taiki Endo
2020-10-01time: introduce `sleep` and `sleep_until` functions (#2826)Juan Alvarez
2020-09-23io: use intrusive wait list for I/O driver (#2828)Sean McArthur
2020-09-11sync: tweak `watch` API (#2814)Carl Lerche
2020-09-05fs: remove File::seek (#2810)Zahari Dichev
2020-08-23sync: move CancellationToken to tokio-util (#2721)Carl Lerche
2020-05-03sync: move CancellationToken tests (#2477)Carl Lerche
2020-04-29mutex: add `OwnedMutexGuard` for `Arc<Mutex<T>>`s (#2455)Eliza Weisman
2020-04-12task: make LocalSet non-Send (#2398)Alice Ryhl
2020-04-04test: add Send/Sync tests for all async fns (#2377)Alice Ryhl