Thomasdezeeuw / a10

Library safely exposing the io_uring API.
MIT License
54 stars 2 forks source link

Fix flaky cancel tests #130

Closed Thomasdezeeuw closed 4 months ago

Thomasdezeeuw commented 4 months ago

The flakyness stemmed from the fact that we don't actually know if an operation was started or not, i.e. queued with the kernel.

Closes #128