[][src]Module workerpool_rs::pool

Pool

With this module, we are able to synchronize channels, start jobs, wait for workers, and many others concurrent tasks are made easy.

Structs

WorkerPool

Implements a continuous pool of rust threads thats doesn't stops unless it gets out of scope.