-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
UnixStream is blocking #209
Comments
Okay it seems like both of these two use mio, which uses |
Which |
I saw you are using |
Yup. @madeye said |
While |
It's true. I am going to add it for you. @madeye |
Awesome 👍 |
BIG PROBLEM: Possible solutions:
|
I chose 2. :P |
Sure. |
6373040 works well. I think we can close this now. |
Please use the one in
tokio
orasync-std
. While it seems like they implemented it using polling instead of signals (<aio.h>
), it is better than blocking operations.The text was updated successfully, but these errors were encountered: