summaryrefslogtreecommitdiff
path: root/core/task_queue.rs
AgeCommit message (Collapse)Author
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
This utility is useful in several contexts so it seems reasonable to have it in `deno_core`.