PHP Interface Icicle\Concurrent\Context

Afficher le fichier Open project: icicleio/concurrent

Méthodes publiques

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

Method Details

isRunning() public méthode

public isRunning ( ) : boolean
Résultat boolean

join() public méthode

public join ( ) : Generator
Résultat Generator

kill() public méthode

Immediately kills the context.
public kill ( )

start() public méthode

Starts the execution context.
public start ( )