ObjFW  Diff

Differences From Artifact [316e90db78]:

To Artifact [e653f3b4a2]:


196
197
198
199
200
201
202
203

204
205
206
207
208
209
210
211
212
213
214
215
196
197
198
199
200
201
202

203
204
205
206
207
208
209
210
211
212
213
214
215







-
+













/*!
 * @brief Observes all objects until an event happens on an object or the
 *	  specified date is reached.
 *
 * @param date The until which to observe
 */
- (void)observeUntilDate: (OFDate*)date;
- (void)observeUntilDate: (OFDate *)date;

/*!
 * @brief Cancels the currently blocking observe call.
 *
 * This is automatically done when a new object is added or removed by another
 * thread, but in some circumstances, it might be desirable for a thread to
 * manually stop the observe running in another thread.
 */
- (void)cancel;
@end

OF_ASSUME_NONNULL_END