summaryrefslogtreecommitdiff
path: root/runtime/tokio_util.rs
AgeCommit message (Expand)Author
2024-10-22fix(cli): increase size of blocking task threadpool on windows (#26465)Nathan Whitaker
2024-05-08chore: enable clippy::print_stdout and clippy::print_stderr (#23732)David Sherret
2024-04-25fix: unref stdin read (#23534)Bartek Iwańczuk
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-08-23fix(ext/web): add stream tests to detect v8slice split bug (#20253)Matt Mastracci
2023-06-16chore: add conditional compilation for tokio_unstable feature (#19537)Bartek Iwańczuk
2023-06-09perf: add Tokio runtime monitor (#19415)Bartek Iwańczuk
2023-05-18feat(runtime): Provide environment-configurable options for tokio parameters ...Matt Mastracci
2023-05-17fix(runtime): Box the main future to avoid blowing up the stack (#19155)Matt Mastracci
2023-05-14refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19...Matt Mastracci
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-07-11refactor: rename run_basic to run_local (#15068)cuobiezi
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-11-08refactor: move `mod tokio_util` to runtime (#12332)Bert Belder
2021-09-25refactor: Remove unused code (#12210)Ryan Dahl
2021-01-11upgrade: tokio 1.0 (#8779)Bartek Iwańczuk
2021-01-10update copyright to 2021 (#9081)Ryan Dahl
2020-12-13refactor: deno_runtime crate (#8640)Bartek Iwańczuk