Skip to content

Added executor to documentation #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Aug 21, 2017
Merged

Conversation

wachterjohannes
Copy link
Member

@wachterjohannes wachterjohannes commented Aug 10, 2017

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

Choose a reason for hiding this comment

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

Inside....

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``

Choose a reason for hiding this comment

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

inside or separate process

@chirimoya chirimoya merged commit f723168 into master Aug 21, 2017
@chirimoya chirimoya deleted the feature/handler-executor branch August 21, 2017 14:11
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