17 #import "OFException.h"
19 #ifndef OF_HAVE_THREADS
20 # error No threads available!
38 #ifdef OF_HAVE_PROPERTIES
39 @property (readonly, retain)
OFCondition *condition;
48 + (instancetype)exceptionWithCondition: (
OFCondition*)condition;
An exception indicating that a thread is still waiting for a condition.
Definition: OFConditionStillWaitingException.h:33
The base class for all exceptions in ObjFW.
Definition: OFException.h:144
A class implementing a condition variable for thread synchronization.
Definition: OFCondition.h:28