[][src]Module fumio_utils::park

Park trait

Structs

ParkThread

ParkThread implements Park by suspending the local thread until interrupted.

Traits

Park

A trait to allow combining (nesting) of runtime components (IO reactor, timers, pool of futures)