non_blocking_mutex 3.1.3

NonBlockingMutex is currently the fastest way to do expensive calculations under lock, or do cheap calculations under lock when concurrency/load/contention is very high
Documentation
1
2
pub mod has_running_tasks;
pub mod run_if_first_or_schedule_to_run_last;