Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-04 | refactor: remove `Semaphore::new(1)` and use `TaskQueue` (#18014) | David Sherret | |
2023-03-05 | refactor: 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`. |