Would it be reasonable to expose some interface to the event loop (or is it the scheduler?) for cases when the file descriptor is known?
Usage might look something like this:
Fiber.yield_until(fd: my_great_fd)
Would it be reasonable to expose some interface to the event loop (or is it the scheduler?) for cases when the file descriptor is known?
Usage might look something like this:
Fiber.yield_until(fd: my_great_fd)