From e8d9a5dbfb368ae0dc8a3d6aa497ee30ed30f454 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Sun, 16 Apr 2006 09:22:08 +0000 Subject: Clarify behaviour of deferred events. git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@723 fefdeb5f-60dc-0310-8127-8f9354f1896f --- src/polyp/context.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. * -- cgit