ObjFW  Diff

Differences From Artifact [00e790e6d8]:

To Artifact [89be49614b]:


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

/*!
 * The thread which is still running.
 */
@property OF_NULLABLE_PROPERTY (readonly, nonatomic) OFThread *thread;

/*!
 * @brief Creates a new, autoreleased thread still running exception.
 *
 * @param thread The thread which is still running







|







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

/*!
 * @brief The thread which is still running.
 */
@property OF_NULLABLE_PROPERTY (readonly, nonatomic) OFThread *thread;

/*!
 * @brief Creates a new, autoreleased thread still running exception.
 *
 * @param thread The thread which is still running