[][src]Module tokio_threadpool::park

Thread parking utilities.

Structs

DefaultPark

Parks the thread.

DefaultUnpark

Unparks threads that were parked by DefaultPark.

ParkError

Error returned by ParkThread