[][src]Type Definition livesplit_core::SharedTimer

type SharedTimer = Arc<RwLock<Timer>>;

A Shared Timer is a wrapper around the Timer that can be shared across multiple threads with multiple owners.