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

Don't use the callback interface in base/multi.jl #12168

Merged
merged 1 commit into from
Jul 16, 2015
Merged

Conversation

Keno
Copy link
Member

@Keno Keno commented Jul 15, 2015

Instead just use the standard accept function which blocks the task,
treats EAGAIN correctly and does not corrupt the libuv state when
throwing an error.

Fixes the bug part of #11953. @amitmurthy

Instead just use the standard accept function which blocks the task,
treats EAGAIN correctly and does not corrupt the libuv state when
throwing an error.
amitmurthy added a commit that referenced this pull request Jul 16, 2015
Don't use the callback interface in base/multi.jl
@amitmurthy amitmurthy merged commit ce2d89e into master Jul 16, 2015
@amitmurthy amitmurthy deleted the kf/multicallback branch July 16, 2015 03:15
@amitmurthy
Copy link
Contributor

Thanks. I was planning to the same in #12158 .

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.

None yet

2 participants