| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| // utility | ||
| $eventDispatcher = new Symfony\Component\EventDispatcher\EventDispatcher(); | ||
| $taskHandlerFactory = new Task\Handler\TaskHandlerFactory(); | ||
| $executor = new Task\Runner\InlineExecutor($taskHandlerFactory); |
There was a problem hiding this comment.
Inside....
Sorry, something went wrong.
| Executor | ||
| -------- | ||
| The executor is a basic service which executes a handler with the workload of a | ||
| task. There are two ways: inline or process. One the The ``InlineExecutor`` |
There was a problem hiding this comment.
inside or separate process
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Main PR php-task/php-task#38