summaryrefslogtreecommitdiffstats
path: root/src/polyp
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2006-04-16 09:22:08 +0000
committerPierre Ossman <ossman@cendio.se>2006-04-16 09:22:08 +0000
commite8d9a5dbfb368ae0dc8a3d6aa497ee30ed30f454 (patch)
treedc249ee19cf560c9df27dedc3acb7b09bf17b355 /src/polyp
parentc999fe40b841b035c7d0c873b4a4875e12e9c9a4 (diff)
Clarify behaviour of deferred events.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@723 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/polyp')
-rw-r--r--src/polyp/context.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/polyp/context.h b/src/polyp/context.h
index 01c1b76a..ff93dd11 100644
--- a/src/polyp/context.h
+++ b/src/polyp/context.h
@@ -41,7 +41,9 @@
* The API is based around an asynchronous event loop, or main loop,
* abstraction. This abstraction contains three basic elements:
*
- * \li Deferred events - Events that trigger each iteration of the main loop.
+ * \li Deferred events - Events that will trigger as soon as possible. Note
+ * that some implementations may block all other events
+ * when a deferred event is active.
* \li I/O events - Events that trigger on file descriptor activities.
* \li Times events - Events that trigger after a fixed ammount of time.
*