diff options
Diffstat (limited to 'src/polyp/context.h')
| -rw-r--r-- | src/polyp/context.h | 4 | 
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.   *  | 
