[feat] Async Mutex #276
Labels
enhancement
New feature or request
good first issue
Good for newcomers
sys: async
Related to the scheduler or task subsystems
Implement/port an asynchronous
Mutex
equivalent to the stdMutex
that should be the preferred replacement inside tasks. See maitake'sMutex
, tokio's Mutex and async_std'sMutex
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.
The text was updated successfully, but these errors were encountered: