ObjFW  Diff

Differences From Artifact [fd6c478dd7]:

To Artifact [bd3f99b7f4]:


32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
 */
@interface OFThreadStartFailedException: OFException
{
	OFThread *_thread;
}

/*!
 * The thread which could not be started.
 */
@property OF_NULLABLE_PROPERTY (readonly, nonatomic) OFThread *thread;

/*!
 * @brief Creates a new, autoreleased thread start failed exception.
 *
 * @param thread The thread which could not be started







|







32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
 */
@interface OFThreadStartFailedException: OFException
{
	OFThread *_thread;
}

/*!
 * @brief The thread which could not be started.
 */
@property OF_NULLABLE_PROPERTY (readonly, nonatomic) OFThread *thread;

/*!
 * @brief Creates a new, autoreleased thread start failed exception.
 *
 * @param thread The thread which could not be started