summaryrefslogtreecommitdiffstats
path: root/tokio/tests/task_blocking.rs
AgeCommit message (Expand)Author
2020-10-12rt: Remove `threaded_scheduler()` and `basic_scheduler()` (#2876)Lucio Franco
2020-08-27rt: Refactor `Runtime::block_on` to take `&self` (#2782)Lucio Franco
2020-07-28Reset coop budget when blocking in block_on (#2711)Jon Gjengset
2020-07-21provide a way to drop a runtime in an async context (#2646)bdonlan
2020-07-14rt: allow block_on inside block_in_place inside block_on (#2645)bdonlan
2020-04-20Be more principled about when blocking is ok (#2410)Jon Gjengset
2020-04-16Support nested block_in_place (#2409)Jon Gjengset
2019-11-29rt: fix `basic_scheduler` notification bug (#1861)Carl Lerche