• Home
  • Raw
  • Download

Lines Matching full:handlers

74  * associated handler. Handlers are invoked only by a thread that is currently
78 * @par Effect of exceptions thrown from handlers
125 * permitting ready handlers to be dispatched.
127 * Alternatively, if the application requires that all operations and handlers
221 * be bound into the handlers for all asynchronous operations associated with
230 * destructor defined above destroys all handlers, causing all @c shared_ptr
238 * more handlers to be dispatched, or until the io_service has been stopped.
241 * from which the io_service may execute handlers. All threads that are
250 * @return The number of handlers that were executed.
258 * The poll() function may also be used to dispatch ready handlers, but
266 * more handlers to be dispatched, or until the io_service has been stopped.
269 * from which the io_service may execute handlers. All threads that are
280 * @return The number of handlers that were executed.
286 * The poll() function may also be used to dispatch ready handlers, but
297 * @return The number of handlers that were executed. A zero return value
313 * @return The number of handlers that were executed. A zero return value
319 * @return The number of handlers that were executed.
324 /// handlers.
326 * The poll() function runs handlers that are ready to run, without blocking,
327 * until the io_service has been stopped or there are no more ready handlers.
329 * @return The number of handlers that were executed.
336 /// handlers.
338 * The poll() function runs handlers that are ready to run, without blocking,
339 * until the io_service has been stopped or there are no more ready handlers.
343 * @return The number of handlers that were executed.
353 * @return The number of handlers that were executed.
367 * @return The number of handlers that were executed.
386 * handlers.