ObjFW  Diff

Differences From Artifact [7cccc445b9]:

To Artifact [59038be60b]:


379
380
381
382
383
384
385





386
- (void)dispatchWithBlock: (of_thread_pool_block_t)block
		   object: (id)object
{
	[self _dispatchJob: [OFThreadPoolJob jobWithBlock: block
						   object: object]];
}
#endif





@end







>
>
>
>
>

379
380
381
382
383
384
385
386
387
388
389
390
391
- (void)dispatchWithBlock: (of_thread_pool_block_t)block
		   object: (id)object
{
	[self _dispatchJob: [OFThreadPoolJob jobWithBlock: block
						   object: object]];
}
#endif

- (size_t)size
{
	return size;
}
@end