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

Make sure that Engine only starts once #190

Closed
bitzl opened this issue Jun 19, 2020 · 0 comments
Closed

Make sure that Engine only starts once #190

bitzl opened this issue Jun 19, 2020 · 0 comments

Comments

@bitzl
Copy link
Member

bitzl commented Jun 19, 2020

Nothing prevents an application from calling Engine.start() multiple times with potentially undefined behavior. Engine should set an AtomicBoolean when start() or stop() are called and then either ignore calls or throw an exception (might be worth a flag for testing).

@bitzl bitzl closed this as completed Jun 25, 2020
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

No branches or pull requests

1 participant