Skip to content
  • Florian Fischer's avatar
    [IO] remove unusable uring_sqpoll option · 77a9b791
    Florian Fischer authored
    In order to use IORING_SETUP_SQPOLL all used file descriptors must
    be registered with io_uring_register(2) syscall.
    This needs a fixed array containing all file descriptor known by the
    IoContext.
    Because Futures and therefore the underlying file descriptor can
    migrate between the worker and the global IoContext sophisticated
    synchronization, tracking and registering of file descriptors would
    be needed.
    77a9b791