ObjFW
Loading...
Searching...
No Matches
Classes | Typedefs
OFThread.h File Reference
#include <setjmp.h>
import "OFObject.h"
import "OFPlainThread.h"

Go to the source code of this file.

Classes

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

Typedefs

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

Typedef Documentation

◆ OFThreadBlock

typedef id(^ OFThreadBlock) (void)

A block to be executed in a new thread.

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