summaryrefslogtreecommitdiffstats
path: root/tokio/src/runtime/blocking
AgeCommit message (Expand)Author
2020-11-28runtime: fix shutdown_timeout(0) blocking (#3174)Max Sharnoff
2020-11-05rt: remove last slab dependency (#2917)bdonlan
2020-11-02rt: add missing Send bound (#3089)Alice Ryhl
2020-10-21tokio: deduplicate spawn_blocking (#3017)Marc-Antoine Perennou
2020-10-13rt: switch `enter` to an RAII guard (#2954)Carl Lerche
2020-10-12rt: Remove `threaded_scheduler()` and `basic_scheduler()` (#2876)Lucio Franco
2020-09-25chore: handle std `Mutex` poisoning in a shim (#2872)Zahari Dichev
2020-09-07runtime: add custom keep_alive functionality (#2809)Blas Rodriguez Irizar
2020-08-27rt: Refactor `Runtime::block_on` to take `&self` (#2782)Lucio Franco
2020-08-24runtime: add thread_name_fn method to runtime::Builder (#1921)wspsxing
2020-07-28rt: fix potential leak during runtime shutdown (#2649)Émile Grégoire
2020-07-21provide a way to drop a runtime in an async context (#2646)bdonlan
2020-06-12chore: reduce pin related unsafe code (#2613)Taiki Endo
2020-05-07rt: add Handle::spawn_blocking method (#2501)Adam C. Foltzer
2020-04-20Be more principled about when blocking is ok (#2410)Jon Gjengset
2020-03-16Add cooperative task yielding (#2160)Jon Gjengset
2020-03-05rt: cleanup and simplify scheduler (scheduler v2.5) (#2273)Carl Lerche
2020-02-04Fix #2119 and failing state assertion (#2212)Jon Gjengset
2020-01-29rt: add `Runtime::shutdown_timeout` (#2186)Carl Lerche
2020-01-24docs: use third form in API docs (#2027)Oleg Nosov
2020-01-07rt: cleanup runtime::context (#2063)Carl Lerche
2020-01-06rt: add a Handle::current() (#2040)Benjamin Fry
2019-12-24rt: coalesce thread-locals used by the runtime (#1925)Gardner Vickers
2019-12-22rt: fix storing Runtime in thread-local (#2011)Carl Lerche
2019-12-21rt: fix spawn_blocking from spawn_blocking (#2006)Carl Lerche
2019-12-21chore: fix formatting, remove old rustfmt.toml (#2007)Artem Vorotnikov
2019-12-18rt: add configuration for core threads and max threads (#1977)Douman
2019-12-17rt: fix blocking pool shutdown logic (#1978)Carl Lerche
2019-12-01blocking: fix `spawn_blocking` after shutdown (#1875)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
2019-11-12reorganize modules (#1766)Carl Lerche
2019-11-06runtime: misc pool cleanup (#1743)Carl Lerche
2019-11-05runtime: combine `executor` and `runtime` mods (#1734)Carl Lerche