PHP Interface Icicle\Concurrent\Worker\WorkerFactory

Show file Open project: icicleio/concurrent Interface Usage Examples

Public Methods

Method Description
create ( ) : Worker Creates a new worker instance.

Method Details

create() public method

Creates a new worker instance.
public create ( ) : Worker
return Worker The newly created worker.