summaryrefslogtreecommitdiffstats
path: root/tokio/src/runtime/blocking/task.rs
AgeCommit message (Expand)Author
2020-11-02rt: add missing Send bound (#3089)Alice Ryhl
2020-06-12chore: reduce pin related unsafe code (#2613)Taiki Endo
2020-05-07rt: add Handle::spawn_blocking method (#2501)Adam C. Foltzer
2020-03-16Add cooperative task yielding (#2160)Jon Gjengset
2020-01-24docs: use third form in API docs (#2027)Oleg Nosov
2019-11-21runtime: cleanup and add config options (#1807)Carl Lerche