-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Select in some cases hangs forever #3862
Labels
community:in-progress
kind:bug
A bug in the code. Does not apply to documentation, specs, etc.
topic:stdlib:concurrency
Comments
spalladino
changed the title
select in some cases hangs forever
Select in some cases hangs forever
Jan 9, 2017
spalladino
added
kind:bug
A bug in the code. Does not apply to documentation, specs, etc.
topic:stdlib:concurrency
labels
Jan 9, 2017
kostya
added a commit
to kostya/crystal
that referenced
this issue
Jan 14, 2017
Closed
firejox
added a commit
to firejox/crystal
that referenced
this issue
Jan 22, 2017
- Fixes crystal-lang#3900 crystal-lang#3862 - Fully thread safe except coroutine switch
firejox
added a commit
to firejox/crystal
that referenced
this issue
Jan 26, 2017
- Fixes crystal-lang#3900 crystal-lang#3862 - Fully thread safe except coroutine switch
firejox
added a commit
to firejox/crystal
that referenced
this issue
Jan 26, 2017
- Fixes crystal-lang#3900 crystal-lang#3862 - Fully thread safe except coroutine switch
firejox
added a commit
to firejox/crystal
that referenced
this issue
Jan 26, 2017
- Fixes crystal-lang#3900 crystal-lang#3862 - Fully thread safe except coroutine switch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
community:in-progress
kind:bug
A bug in the code. Does not apply to documentation, specs, etc.
topic:stdlib:concurrency
this works as expected:
output 1 and exit.
but if i change order of receive and send, it hangs forever, but expected to work.
The text was updated successfully, but these errors were encountered: