EvEmbed (class)

The EvEmbed class

Introduction

(PECL ev >= 0.2.0)

Used to embed one event loop into another.

Class synopsis

EvEmbed extends EvWatcher {
/* Properties */
public $embed ;
/* Methods */
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 )
/* Inherited methods */
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 )
}

Properties

is_active
data
is_pending
priority
embed

Table of Contents

© 1997–2017 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://secure.php.net/manual/en/class.evembed.php

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部