summaryrefslogtreecommitdiffstats
path: root/tokio/src/task/state.rs
AgeCommit message (Expand)Author
2020-03-05rt: cleanup and simplify scheduler (scheduler v2.5) (#2273)Carl Lerche
2020-01-29rt: enable task state assertions under loom (#2192)Jon Gjengset
2020-01-24docs: use third form in API docs (#2027)Oleg Nosov
2020-01-09rt: use release ordering in `drop_join_handle_fast` (#2044)Tomasz Miąsko
2019-11-21runtime: cleanup and add config options (#1807)Carl Lerche
2019-11-18chore: refine feature flags (#1785)Carl Lerche
2019-11-16task: return `JoinHandle` from spawn (#1777)Carl Lerche
2019-11-12reorganize modules (#1766)Carl Lerche