Implement MutexGuarded::when() to wait for a condition.
Currently only implemented for Linux (when using futexes), since that's what I use. Will expand to other platforms later.
Showing
Please
register
or
sign in
to comment
Currently only implemented for Linux (when using futexes), since that's what I use. Will expand to other platforms later.