EvEmbed クラス

はじめに

イベントループを別のイベントループに埋め込むために使います。

クラス概要

EvEmbed
class 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()
/* 継承したメソッド */
public int EvWatcher::clear()
public void EvWatcher::feed( int $revents )
public EvLoop EvWatcher::getLoop()
public void EvWatcher::invoke( int $revents )
public bool EvWatcher::keepalive( bool $value = ?)
public void EvWatcher::setCallback( callable $callback )
public void EvWatcher::start()
public void EvWatcher::stop()
}

プロパティ

is_active

data

is_pending

priority

embed

目次