ObjFW
Classes | Typedefs
OFThread.h File Reference
#import "OFObject.h"
#import "threading.h"

Go to the source code of this file.

Classes

class  OFThread
 A class which provides portable threads. More...
 

Typedefs

typedef id OF_NULLABLE(^ of_thread_block_t) (void)
 A block to be executed in a new thread. More...
 

Typedef Documentation

typedef id OF_NULLABLE(^ of_thread_block_t) (void)

A block to be executed in a new thread.

Returns
The object which should be returned when the thread is joined