Crate synchronoise [] [src]

A collection of synchronization primitives that build on the primitives available in the standard library.

Name source: http://bulbapedia.bulbagarden.net/wiki/Synchronoise_(move)

Structs

CountdownEvent

A synchronization primitive that signals when its count reaches zero.

SignalEvent

A synchronization primitive that allows one or more threads to wait on a signal from another thread.

Enums

CountdownError

The collection of errors that can be returned by CountdownEvent methods.

SignalKind

Determines the reset behavior of a SignalEvent.