Module tokio_threadpool::park [] [src]

Thread parking utilities.

Structs

DefaultPark

Parks the thread.

DefaultUnpark

Unparks threads that were parked by DefaultPark.

ParkError

Error returned by ParkThread