ObjFW
Classes | Typedefs
OFThreadPool.h File Reference
#import "OFObject.h"
Include dependency graph for OFThreadPool.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OFThreadPool
 A class providing a pool of reusable threads. More...
 

Typedefs

typedef void(^ of_thread_pool_block_t) (void)
 A block for a job which should be executed in a thread pool.