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

[feat] Async Mutex #276

Open
JonasKruckenberg opened this issue Feb 10, 2025 · 0 comments
Open

[feat] Async Mutex #276

JonasKruckenberg opened this issue Feb 10, 2025 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers sys: async Related to the scheduler or task subsystems

Comments

@JonasKruckenberg
Copy link
Owner

JonasKruckenberg commented Feb 10, 2025

Implement/port an asynchronous Mutex equivalent to the std Mutex that should be the preferred replacement inside tasks. See maitake's Mutex, tokio's Mutex and async_std's Mutex for inspiration.

There is no real direct use for this yet, but a Mutex is widely useful so I expect this to be used quite a lot.

@JonasKruckenberg JonasKruckenberg changed the title feat: Async Mutext feat: Async Mutex Feb 10, 2025
@JonasKruckenberg JonasKruckenberg added enhancement New feature or request sys: async Related to the scheduler or task subsystems good first issue Good for newcomers labels Feb 10, 2025
@JonasKruckenberg JonasKruckenberg changed the title feat: Async Mutex [feat] Async Mutex Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers sys: async Related to the scheduler or task subsystems
Projects
None yet
Development

No branches or pull requests

1 participant