Add `ExternalMutexGuarded<T>`.
This class lets you hold a temporary value that is only safe to access under lock, while you release the lock to do some other work.
Showing
Please
register
or
sign in
to comment
This class lets you hold a temporary value that is only safe to access under lock, while you release the lock to do some other work.