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

Distinguish between synchronous and asynchronous commands #5

Open
JeffBNimble opened this issue Jun 8, 2015 · 0 comments
Open

Distinguish between synchronous and asynchronous commands #5

JeffBNimble opened this issue Jun 8, 2015 · 0 comments
Assignees

Comments

@JeffBNimble
Copy link
Owner

Currently, the Command implementation in the application treats all Commands the same. All implement a runAsync method regardless of whether they are truly async or not.

Further, the asynchronous mechanism is defined in some classes where it should not be.

@JeffBNimble JeffBNimble self-assigned this Jun 8, 2015
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