ObjFW  Diff

Differences From Artifact [45c508a2e4]:

To Artifact [2bb131ccb4]:


42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60

/*!
 * @brief Creates a new, autoreleased thread join failed exception.
 *
 * @param thread The thread which could not be joined
 * @return A new, autoreleased thread join failed exception
 */
+ (instancetype)exceptionWithThread: (nullable OFThread*)thread;

/*!
 * @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







|







|



42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60

/*!
 * @brief Creates a new, autoreleased thread join failed exception.
 *
 * @param thread The thread which could not be joined
 * @return A new, autoreleased thread join failed exception
 */
+ (instancetype)exceptionWithThread: (nullable OFThread *)thread;

/*!
 * @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