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