EvEmbed クラス

(PECL ev >= 0.2.0)

はじめに

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

クラス概要

class EvEmbed extends EvWatcher {
/* プロパティ */
public $embed;
/* メソッド */
public function __construct(
     object $other ,
     callable $callback = ?,
     mixed $data = ?,
     int $priority = ?
)
final public static function createStopped(
     object $other ,
     callable $callback = ?,
     mixed $data = ?,
     int $priority = ?
): void
public function set( object $other ): void
public function sweep(): void
/* 継承したメソッド */
public function EvWatcher::clear(): int
public function EvWatcher::feed( int $revents ): void
public function EvWatcher::getLoop(): EvLoop
public function EvWatcher::invoke( int $revents ): void
public function EvWatcher::keepalive( bool $value = ?): bool
public function EvWatcher::setCallback( callable $callback ): void
public function EvWatcher::start(): void
public function EvWatcher::stop(): void
}

プロパティ

is_active
data
is_pending
priority
embed

目次

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top