The EvEmbed class
(PECL ev >= 0.2.0)
簡介
Used to embed one event loop into another.
類摘要
class EvEmbed
extends
EvWatcher
{
/* 屬性 */
public
$embed;
/* 方法 */
final
public
static
createStopped(
object
callable
mixed
int
): void
object
$other
,callable
$callback
= ?,mixed
$data
= ?,int
$priority
= ?): 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