ObjFW  Diff

Differences From Artifact [ce454681f1]:

To Artifact [8c2fa8ebb3]:


27
28
29
30
31
32
33
34

35
36

37
38
39
40



41
42
43
44
45
46
47
27
28
29
30
31
32
33

34
35

36
37



38
39
40
41
42
43
44
45
46
47







-
+

-
+

-
-
-
+
+
+







@class OFMutableDictionary;

/*!
 * @brief A class providing a run loop for the application and its processes.
 */
@interface OFRunLoop: OFObject
{
	OFSortedList *timersQueue;
	OFSortedList *_timersQueue;
#ifdef OF_HAVE_THREADS
	OFMutex *timersQueueLock;
	OFMutex *_timersQueueLock;
#endif
	OFStreamObserver *streamObserver;
	OFMutableDictionary *readQueues;
	volatile BOOL running;
	OFStreamObserver *_streamObserver;
	OFMutableDictionary *_readQueues;
	volatile BOOL _running;
}

/*!
 * @brief Returns the main run loop.
 *
 * @return The main run loop
 */