Skip to content

0.6

Compare
Choose a tag to compare
@talex5 talex5 released this 15 May 11:31
· 41 commits to main since this release
6be0442

CHANGES:

  • Fix SIGSEGV on Uring.wait (@edwintorok #89).
    io_uring_submit_and_wait_timeout can return a success status but with a NULL cqe.

  • Remove unused variable in C stub (@talex5 #87).

  • Use caml_enter_blocking_section when calling io_uring_submit (@TheLortex #86).