Skip to content

feature(async): add async Mutex

Егор Ивков requested to merge async-mutex into master

Adds async Mutex. Implementation is mostly based on fiber::Mutex with some async based around fiber cond, that's already supported in our runtime.

Merge request reports