1
0
mirror of https://github.com/Zygo/bees.git synced 2025-05-17 21:35:45 +02:00
Zygo Blaxell 4a4a2de89f multilocker: serialize conflicting parallel operations
For performance or workaround reasons we sometimes have to avoid doing
two conflicting operations at the same time, but we can still run any
number of non-conflicting operations in parallel.

MultiLocker (suggestions for a better class name welcome) blocks the
calling thread until there are no threads attempting to run a conflicting
operation.

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
2022-12-20 20:50:54 -05:00
..
2017-01-18 22:17:02 -05:00
2022-10-10 17:40:33 -04:00
2019-06-12 22:48:06 -04:00
2016-12-13 12:52:26 +11:00
2022-12-20 20:50:54 -05:00
2021-06-11 20:49:15 -04:00
2021-11-29 21:27:48 -05:00