Skip to content

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

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

Loading