Module rotor_tools::sync [] [src]

Provides state machine that is guarded by Mutex

This allows the machine to be manipulated from multiple threads. But you must be careful to not to break the state machine

Structs

Mutexed

Traits

Replaceable

A trait which allows to replace the state machine with dummy/null/None