ObjFW  Diff

Differences From Artifact [2701771c31]:

To Artifact [a3f951f884]:


118
119
120
121
122
123
124







125
		   object: (id)object;
#endif

/**
 * \brief Waits until all threads have finished.
 */
- (void)waitUntilFinished;







@end







>
>
>
>
>
>
>

118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
		   object: (id)object;
#endif

/**
 * \brief Waits until all threads have finished.
 */
- (void)waitUntilFinished;

/**
 * \brief Returns the size of the thread pool.
 *
 * \return The size of the thread pool
 */
- (size_t)size;
@end