Replies: 1 comment 5 replies
-
That's correct, it looks like I never got around to implementing it. It's extremely hard to emulate, so it's likely we would just punt it off to a thread, e.g. I'm okay to add support for this fiber scheduler hook if you think the benefit is worth it. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Do I understand correctly that
Fiber::Scheduler.io_select
is not currently supported by Async, butio_wait
is?And that therefore, if I wanted to wait on multiple fds simultaneously, I need to run one Task per fd?
Beta Was this translation helpful? Give feedback.
All reactions