ObjFW  Diff

Differences From Artifact [2bb131ccb4]:

To Artifact [ee910d5685]:


50
51
52
53
54
55
56
57
58
59
60

/*!
 * @brief Initializes an already allocated thread join failed exception.
 *
 * @param thread The thread which could not be joined
 * @return An initialized thread join failed exception
 */
- initWithThread: (nullable OFThread *)thread;
@end

OF_ASSUME_NONNULL_END







|



50
51
52
53
54
55
56
57
58
59
60

/*!
 * @brief Initializes an already allocated thread join failed exception.
 *
 * @param thread The thread which could not be joined
 * @return An initialized thread join failed exception
 */
- initWithThread: (nullable OFThread *)thread OF_DESIGNATED_INITIALIZER;
@end

OF_ASSUME_NONNULL_END