summaryrefslogtreecommitdiffstats
path: root/tokio/src/runtime/blocking/shutdown.rs
AgeCommit message (Expand)Author
2020-11-28runtime: fix shutdown_timeout(0) blocking (#3174)Max Sharnoff
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-04-20Be more principled about when blocking is ok (#2410)Jon Gjengset
2020-01-29rt: add `Runtime::shutdown_timeout` (#2186)Carl Lerche
2020-01-24docs: use third form in API docs (#2027)Oleg Nosov
2019-12-22rt: fix storing Runtime in thread-local (#2011)Carl Lerche
2019-11-21runtime: cleanup and add config options (#1807)Carl Lerche