Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: add synchronization primitives ? #4536

Open
PandaWorker opened this issue Mar 28, 2024 · 1 comment
Open

feature: add synchronization primitives ? #4536

PandaWorker opened this issue Mar 28, 2024 · 1 comment
Labels
feedback welcome We want community's feedback on this issue or PR

Comments

@PandaWorker
Copy link

asyncio has the following basic synchronization primitives:

Lock

Event

Condition

Semaphore

BoundedSemaphore

Barrier

@alexgleason
Copy link

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.

@iuioiua iuioiua added the feedback welcome We want community's feedback on this issue or PR label May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feedback welcome We want community's feedback on this issue or PR
Projects
None yet
Development

No branches or pull requests

3 participants