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

Go to the source code of this file.

Classes

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

Typedefs

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

Typedef Documentation

◆ of_thread_block_t

typedef id _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