ObjFW  Diff

Differences From Artifact [03a6cbd6da]:

To Artifact [8fca498969]:


64
65
66
67
68
69
70
71
72
73
	return [OFString stringWithFormat:
	    @"Joining a thread of class %@ failed! Most likely, another thread "
	    @"already waits for the thread to join.", _inClass];
}

- (OFThread*)thread
{
	OF_GETTER(_thread, NO)
}
@end







|


64
65
66
67
68
69
70
71
72
73
	return [OFString stringWithFormat:
	    @"Joining a thread of class %@ failed! Most likely, another thread "
	    @"already waits for the thread to join.", _inClass];
}

- (OFThread*)thread
{
	OF_GETTER(_thread, false)
}
@end