The EvEmbed class
(PECL ev >= 0.2.0)
Введение
Used to embed one event loop into another.
Обзор классов
EvEmbed extends EvWatcher {
/* Свойства */
public $embed ;
/* Методы */
public __construct ( object $other [, callable $callback [, mixed $data [, int $priority ]]] )
final public static void createStopped ( object $other [, callable $callback [, mixed $data [, int $priority ]]] )
public void set ( object $other )
public void sweep ( void )
/* Наследуемые методы */
public int EvWatcher::clear ( void )
abstract public EvWatcher::__construct ( void )
public void EvWatcher::feed ( int $revents )
public EvLoop EvWatcher::getLoop ( void )
public void EvWatcher::invoke ( int $revents )
public bool EvWatcher::keepalive ([ bool $value ] )
public void EvWatcher::setCallback ( callable $callback )
public void EvWatcher::start ( void )
public void EvWatcher::stop ( void )
}
Свойства
is_active -
data -
is_pending -
priority -
embed -
Содержание
- EvEmbed::__construct — Constructs the EvEmbed object
- EvEmbed::createStopped — Create stopped EvEmbed watcher object
- EvEmbed::set — Configures the watcher
- EvEmbed::sweep — Make a single, non-blocking sweep over the embedded loop.
User Contributed Notes
There are no user contributed notes for this page.
Описание класса evembed, примеры использования класса evembed.
Смотрите также:
Описание на ru2.php.net
Описание на php.ru