FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Added executor to documentation by wachterjohannes · Pull Request #6 · php-task/docs · GitHub

/ docs Public

Added executor to documentation - #6

Merged
chirimoya merged 4 commits into
masterfrom
feature/handler-executor
Aug 21, 2017
Merged

Added executor to documentation#6
chirimoya merged 4 commits into
masterfrom
feature/handler-executor

Conversation

wachterjohannes commented Aug 10, 2017
edited
Loading

Copy link
Copy Markdown
Member

Comment thread demo/index.php Outdated
// utility
$eventDispatcher = new Symfony\Component\EventDispatcher\EventDispatcher();
$taskHandlerFactory = new Task\Handler\TaskHandlerFactory();
$executor = new Task\Runner\InlineExecutor($taskHandlerFactory);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Inside....

Comment thread symfony.rst Outdated
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``

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

inside or separate process

chirimoya merged commit f723168 into master Aug 21, 2017
chirimoya deleted the feature/handler-executor branch August 21, 2017 14:11
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL