ObjFW  Diff

Differences From Artifact [5f0333dffc]:

To Artifact [e29f8ae799]:


670
671
672
673
674
675
676

677

678
679
680
681
682
683
684
670
671
672
673
674
675
676
677

678
679
680
681
682
683
684
685







+
-
+







		} @finally {
			[_timersQueueLock unlock];
		}
#endif

		/* Watch for stream events until the next timer is due */
		if (nextTimer != nil) {
			of_time_interval_t timeout =
			double timeout = [nextTimer timeIntervalSinceNow];
			    [nextTimer timeIntervalSinceNow];

			if (timeout > 0) {
#if defined(OF_HAVE_SOCKETS)
				[_streamObserver
				    observeForTimeInterval: timeout];
#elif defined(OF_HAVE_THREADS)
				[_condition lock];