Skip to content

feat(mutex): log last lock location in debug builds

Georgy Moshkin requested to merge feat/mutex-last-lock-location into master

fiber::Mutex::lock & fiber::Mutex::try_lock will now log the location of last successful lock if it's locked when compiled with debug_assertions

Merge request reports