-
- Downloads
[IO] slightly change the API to prevent parallel modification of an io_uring's SQ
With this change the globalCompleter does not support partial completions and will signal a Future immediately and thus never modifying the io_uring's SQ. As consequence we can't give guaranties about completion if either {read, send, write}_all is specified.
Loading