summaryrefslogtreecommitdiff
path: root/core/task_queue.rs
AgeCommit message (Expand)Author
2023-05-14refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19...Matt Mastracci
2023-03-04refactor: remove `Semaphore::new(1)` and use `TaskQueue` (#18014)David Sherret
2023-03-05refactor: move TaskQueue from deno_runtime to deno_core (#18016)Bartek IwaƄczuk