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

put next run in queue rather than exiting when arepl already running #81

Open
Almenon opened this issue Mar 28, 2019 · 2 comments
Open

Comments

@Almenon
Copy link
Owner

Almenon commented Mar 28, 2019

exiting doesnt seem like expected behavior - as user I want it to run the latest version of my code.

@Almenon
Copy link
Owner Author

Almenon commented Mar 28, 2019

note that this would not be a literal queue - just a var that holds the next run that is overwritten anytime new code comes in.

@Almenon
Copy link
Owner Author

Almenon commented Mar 28, 2019

I would also need to change the recieve to check if program is complete and if complete check if code in queue and if so run. Also to clear the queue after htat hapepns

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

1 participant