yamc icon indicating copy to clipboard operation
yamc copied to clipboard

C++ mutex collections, cross-platform header-only C++11 (or later) library.

Results 3 yamc issues
Sort by recently updated
recently updated
newest added

Hi! I was wondering if you'd be willing to accept the [bazel](https://bazel.build/) build system support I created upstream. If there were any issues in the future I'd be willing to...

Hey, first of all, thanks for the collections, it works as intended! Would you interested in implementation of mutex variation with support of eventual fairness similar to https://docs.rs/parking_lot/0.7.1/parking_lot/type.Mutex.html for example?...

enhancement

add recursive_mutex+condition_variable pair that support recursive lock on `condition_variable::wait()`. it's compatible with Java's monitor lock semantics.

enhancement