summaryrefslogtreecommitdiffstats
path: root/tokio/src/runtime/blocking/schedule.rs
AgeCommit message (Expand)Author
2020-05-07rt: add Handle::spawn_blocking method (#2501)Adam C. Foltzer
2020-03-05rt: cleanup and simplify scheduler (scheduler v2.5) (#2273)Carl Lerche
2019-11-26task: add `LocalSet` API for running `!Send` futures (#1733)Eliza Weisman
2019-11-21runtime: cleanup and add config options (#1807)Carl Lerche