public __construct ( string $execution = null, null $name = null ) | ||
$execution | string | it can be a Runnable object, callback function or null |
$name | null | process name,you can manager the process by it's name. |
public __construct ( string $execution = null, null $name = null ) | ||
$execution | string | it can be a Runnable object, callback function or null |
$name | null | process name,you can manager the process by it's name. |