ObjFW  Diff

Differences From Artifact [879b97daf3]:

To Artifact [50dd4708f7]:


23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
@class OFTimer;
@class OFMutableDictionary;

/**
 * \brief A class providing a run loop for the application and its processes.
 */
@interface OFRunLoop: OFObject
#ifdef OF_RUNLOOP_M
    <OFStreamObserverDelegate>
#endif
{
	OFSortedList *timersQueue;
	OFStreamObserver *streamObserver;
	OFMutableDictionary *readQueues;
}

/**







<
<
<







23
24
25
26
27
28
29



30
31
32
33
34
35
36
@class OFTimer;
@class OFMutableDictionary;

/**
 * \brief A class providing a run loop for the application and its processes.
 */
@interface OFRunLoop: OFObject



{
	OFSortedList *timersQueue;
	OFStreamObserver *streamObserver;
	OFMutableDictionary *readQueues;
}

/**