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;
A class which provides portable threads.
Definition: OFThread.h:53
The base class for all exceptions in ObjFW.
Definition: OFException.h:144
An exception indicating that a thread is still running.
Definition: OFThreadStillRunningException.h:31