[][src]Module smartpool::pool

Structs

OwnedPool

The shared pool data, the shared join handle to the pool, and the ability to tell the pool to close.

Pool

The shared pool data.

PoolClose

Future for the pool closing. If this future is not executed, other threads which have joined the pool will not wake up.

PoolJoinHandle

A handle for joining a pool's threads.

Enums

NewPoolError