The EventConfig class
(PECL event >= 1.2.6-beta)
Introduction
Represents configuration structure which could be used in construction of the EventBase .
Class synopsis
final
EventConfig
{
/* Constants */
/* Methods */
}Predefined Constants
-
EventConfig::FEATURE_ET
-
Requires a backend method that supports edge-triggered I/O.
-
EventConfig::FEATURE_O1
-
Requires a backend method where adding or deleting a single event, or having a single event become active, is an O(1) operation.
-
EventConfig::FEATURE_FDS
-
Requires a backend method that can support arbitrary file descriptor types, and not just sockets.
Table of Contents
- EventConfig::avoidMethod — Tells libevent to avoid specific event method
- EventConfig::__construct — Constructs EventConfig object
- EventConfig::requireFeatures — Enters a required event method feature that the application demands
- EventConfig::setMaxDispatchInterval — Prevents priority inversion
- Введение
- Установка и настройка
- Примеры
- Event flags
- About event persistence
- Event callbacks
- Constructing signal events
- The Event class
- The EventBase class
- The EventBuffer class
- The EventBufferEvent class
- About buffer event callbacks
- The EventConfig class
- The EventDnsBase class
- The EventHttp class
- The EventHttpConnection class
- The EventHttpRequest class
- The EventListener class
- The EventSslContext class
- The EventUtil class
Коментарии
404 Not Found