deno_std
deno_std copied to clipboard
feature: add synchronization primitives ?
asyncio has the following basic synchronization primitives:
https://jsr.io/@lambdalisue/async has a lot of these (I'm most interested in Semaphore). I wonder if they should be ported to std/async.