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

Need a way to abort wait, get and set operations #4

Open
simongregorebner opened this issue Jan 9, 2014 · 1 comment
Open

Need a way to abort wait, get and set operations #4

simongregorebner opened this issue Jan 9, 2014 · 1 comment

Comments

@simongregorebner
Copy link
Contributor

Operations on channels (wait, get, set) need to be able to be aborted/stopped while they are not finished

@jlmuir
Copy link

jlmuir commented Dec 12, 2017

What does this mean? If a Java Thread is blocked in a wait, get, or set call on a channel, can't an abort/stop be achieved by interrupting that Thread, and won't the blocking call then immediately throw an exception?

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

2 participants