17 #import "OFException.h"
19 #ifndef OF_HAVE_THREADS
20 # error No threads available!
36 #ifdef OF_HAVE_PROPERTIES
37 @property (readonly, retain)
OFThread *thread;
46 + (instancetype)exceptionWithThread: (
OFThread*)thread;
An exception indicating that joining a thread failed.
Definition: OFThreadJoinFailedException.h:31
A class which provides portable threads.
Definition: OFThread.h:53
The base class for all exceptions in ObjFW.
Definition: OFException.h:144