ObjFW  Diff

Differences From Artifact [ea0984f710]:

To Artifact [fd48a1729f]:


271
272
273
274
275
276
277
278

279
280

281
282
283
284
285
286
287
288
289
290
291
271
272
273
274
275
276
277

278
279

280
281
282


283
284
285
286
287
288
289







-
+

-
+


-
-







 * \brief Joins a thread.
 *
 * \return The object returned by the main method of the thread.
 */
- (id)join;

/**
 * \brief Returns the run loop for the thread or nil if it has no run loop.
 * \brief Returns the run loop for the thread.
 *
 * \return The run loop for the thread or nil if it has no run loop
 * \return The run loop for the thread
 */
- (OFRunLoop*)runLoop;

- (void)OF_setRunLoop: (OFRunLoop*)runLoop;
@end

/**
 * \brief A class for creating mutual exclusions.
 */
@interface OFMutex: OFObject
{