Skip to content
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

Executor: add no wait operator [[]] #22

Open
joshjung opened this issue Jan 27, 2017 · 1 comment
Open

Executor: add no wait operator [[]] #22

joshjung opened this issue Jan 27, 2017 · 1 comment

Comments

@joshjung
Copy link
Collaborator

joshjung commented Jan 27, 2017

Target Code:

controller.addListener([
  ...
  Executor1,
  [[Executor2]],
  Executor3,
  ...
]);

Executor1 should run, Executor2 should be started, but then Executor3 should be run immediately without waiting for Executor2 to finish.

@joshjung joshjung changed the title Command: add no wait operator [[]] Executor: add no wait operator [[]] Jan 27, 2017
@corragon
Copy link
Collaborator

Is this alternate syntax for the spawn(executor) functionality?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants