deno_std icon indicating copy to clipboard operation
deno_std copied to clipboard

feature: add synchronization primitives ?

Open PandaWorker opened this issue 1 year ago • 1 comments

asyncio has the following basic synchronization primitives:

Lock

Event

Condition

Semaphore

BoundedSemaphore

Barrier

PandaWorker avatar Mar 28 '24 17:03 PandaWorker

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.

alexgleason avatar May 17 '24 23:05 alexgleason