summaryrefslogtreecommitdiffstats
path: root/tokio/src/coop.rs
AgeCommit message (Expand)Author
2020-10-12rt: simplify rt-* features (#2949)Taiki Endo
2020-10-12rt: Remove `threaded_scheduler()` and `basic_scheduler()` (#2876)Lucio Franco
2020-05-31docs: use intra-links in the docs (#2575)xliiv
2020-05-21coop: Undo budget decrement on Pending (#2549)Jon Gjengset
2020-05-07rt: set task budget after block_in_place call (#2502)Carl Lerche
2020-05-06rt: simplify coop implementation (#2498)Carl Lerche
2020-04-30task: fix LocalSet having a single shared task budget (#2462)Eliza Weisman
2020-04-12docs: replace some html links with rustdoc paths (#2381)xliiv
2020-03-28rt: cap fifo scheduler slot to avoid starvation (#2349)Carl Lerche
2020-03-23sync: new internal semaphore based on intrusive lists (#2325)Eliza Weisman
2020-03-16Add cooperative task yielding (#2160)Jon Gjengset