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

Implements non-blocking readCharacter() #69

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Implements non-blocking readCharacter() #69

wants to merge 4 commits into from

Conversation

chdh
Copy link

@chdh chdh commented Jan 3, 2013

fixes #58
New class NonBlockingReader.java.
Small modifications in ConsoleReader.java.

@chdh
Copy link
Author

chdh commented Jan 6, 2013

Maybe it would be better to name the new class NonBlockingReaderHelper instead of NonBlockingReader, because it does not implement the Reader interface?

@gnodet
Copy link
Member

gnodet commented Jan 7, 2013

I agree that a rename would be appropriate.

@chdh
Copy link
Author

chdh commented Jan 7, 2013

Guillaume, thanks for your comment, I have renamed the class.

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 this pull request may close these issues.

non-blocking console input
2 participants