ObjFW
|
#import "OFObject.h"
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. | |