24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
#endif
OF_ASSUME_NONNULL_BEGIN
@class OFCondition;
/**
* @class OFConditionStillWaitingException \
* OFConditionStillWaitingException.h \
* ObjFW/OFConditionStillWaitingException.h
*
* @brief An exception indicating that a thread is still waiting for a
* condition.
*/
@interface OFConditionStillWaitingException: OFException
{
OFCondition *_condition;
|
|
<
|
|
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
#endif
OF_ASSUME_NONNULL_BEGIN
@class OFCondition;
/**
* @class OFConditionStillWaitingException OFConditionStillWaitingException.h
* ObjFW/ObjFW.h
*
* @brief An exception indicating that a thread is still waiting for a
* condition.
*/
@interface OFConditionStillWaitingException: OFException
{
OFCondition *_condition;
|