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

Allow the processing of multiple script files. #22

Closed
emiln opened this issue Sep 10, 2015 · 0 comments · Fixed by #23
Closed

Allow the processing of multiple script files. #22

emiln opened this issue Sep 10, 2015 · 0 comments · Fixed by #23

Comments

@emiln
Copy link
Owner

emiln commented Sep 10, 2015

It'd be great to be able to divide your scripts into multiple files and launch any number of them at once. They should interleave as you'd expect (which is to say chaotically) and no synchronization mechanism is intended just yet. The robot will attempt to queue the commands up and to the best of its ability process them as they arrived.

emiln added a commit that referenced this issue Sep 11, 2015
This simply spawns a go block for each file passed as argument
and prays that the concurrency works out.
@emiln emiln closed this as completed in #23 Sep 11, 2015
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 a pull request may close this issue.

1 participant