ObjFW  Diff

Differences From Artifact [ba662533a2]:

To Artifact [5b323e884d]:


16
17
18
19
20
21
22

23
24
25
26
27
28
29

#include "config.h"

#import "OFThreadPool.h"
#import "OFArray.h"
#import "OFList.h"
#import "OFThread.h"


#import "autorelease.h"

@interface OFThreadPoolJob: OFObject
{
	id target;
	SEL selector;







>







16
17
18
19
20
21
22
23
24
25
26
27
28
29
30

#include "config.h"

#import "OFThreadPool.h"
#import "OFArray.h"
#import "OFList.h"
#import "OFThread.h"
#import "OFCondition.h"

#import "autorelease.h"

@interface OFThreadPoolJob: OFObject
{
	id target;
	SEL selector;