PHP Class Interop\Async\Loop\Test\DummyDriver

Inheritance: extends Interop\Async\Loop\Driver
Datei anzeigen Open project: async-interop/event-loop

Public Properties

Property Type Description
$defers
$handler
$id

Public Methods

Method Description
cancel ( $watcherId )
defer ( callable $callback, $data = null )
delay ( $delay, callable $callback, $data = null )
disable ( $watcherId )
enable ( $watcherId )
getHandle ( )
info ( )
onReadable ( $stream, callable $callback, $data = null )
onSignal ( $signo, callable $callback, $data = null )
onWritable ( $stream, callable $callback, $data = null )
reference ( $watcherId )
repeat ( $interval, callable $callback, $data = null )
run ( )
setErrorHandler ( callable $callback = null )
stop ( )
unreference ( $watcherId )

Method Details

cancel() public method

public cancel ( $watcherId )

defer() public method

public defer ( callable $callback, $data = null )
$callback callable

delay() public method

public delay ( $delay, callable $callback, $data = null )
$callback callable

disable() public method

public disable ( $watcherId )

enable() public method

public enable ( $watcherId )

getHandle() public method

public getHandle ( )

info() public method

public info ( )

onReadable() public method

public onReadable ( $stream, callable $callback, $data = null )
$callback callable

onSignal() public method

public onSignal ( $signo, callable $callback, $data = null )
$callback callable

onWritable() public method

public onWritable ( $stream, callable $callback, $data = null )
$callback callable

reference() public method

public reference ( $watcherId )

repeat() public method

public repeat ( $interval, callable $callback, $data = null )
$callback callable

run() public method

public run ( )

setErrorHandler() public method

public setErrorHandler ( callable $callback = null )
$callback callable

stop() public method

public stop ( )

unreference() public method

public unreference ( $watcherId )

Property Details

$defers public_oe property

public $defers

$handler public_oe property

public $handler

$id public_oe static_oe property

public static $id