ObjFW  Diff

Differences From Artifact [04bcc49824]:

To Artifact [e4d351df51]:


254
255
256
257
258
259
260


261
262
263
264
 * @brief Sets the stack size of the thread.
 *
 * @note This has to be set before the thread is started!
 *
 * @param stackSize The stack size for the thread
 */
- (void)setStackSize: (size_t)stackSize;


#endif
@end

OF_ASSUME_NONNULL_END







>
>




254
255
256
257
258
259
260
261
262
263
264
265
266
 * @brief Sets the stack size of the thread.
 *
 * @note This has to be set before the thread is started!
 *
 * @param stackSize The stack size for the thread
 */
- (void)setStackSize: (size_t)stackSize;
#else
- init OF_UNAVAILABLE;
#endif
@end

OF_ASSUME_NONNULL_END