ObjFW  Diff

Differences From Artifact [43068e28cc]:

To Artifact [7e6ce2a6b1]:


110
111
112
113
114
115
116
117

118
119
120
121
122
123
124
125
110
111
112
113
114
115
116

117

118
119
120
121
122
123
124







-
+
-







 * @note This is only available on AmigaOS!
 *
 * @param date The date at which the timeout is reached
 * @param signalMask A pointer to a signal mask of Exec Signals to receive.
 *		     This is modified and set to the mask of signals received.
 * @return Whether the condition has been signaled or a signal received
 */
- (bool)waitUntilDate: (OFDate *)date
- (bool)waitUntilDate: (OFDate *)date orExecSignal: (ULONG *)signalMask;
	 orExecSignal: (ULONG *)signalMask;
#endif

/**
 * @brief Signals the next waiting thread to continue.
 */
- (void)signal;