PHP Interface Icicle\Concurrent\Context

Datei anzeigen Open project: icicleio/concurrent

Public Methods

Method Description
isRunning ( ) : boolean
join ( ) : Generator
kill ( ) Immediately kills the context.
start ( ) Starts the execution context.

Method Details

isRunning() public method

public isRunning ( ) : boolean
return boolean

join() public method

public join ( ) : Generator
return Generator

kill() public method

Immediately kills the context.
public kill ( )

start() public method

Starts the execution context.
public start ( )