Namespaces | |
namespace | JetByteTools |
namespace | JetByteTools::Core |
Classes | |
class | IThreadPoolWorkerThreadCallback |
An interface to an object that acts as a worker thread for a work queue. The life-cycle of an object that implements this interface is as follows: one call to Initialise() (and, if it returns true), 0 or many calls to Process() and then one call to Shutdown(). More... |