···11+## dev
22+33+- Use `caml_enter_blocking_section` when calling `io_uring_submit` (@TheLortex #86).
44+15## v0.5
2637- Decouple Heap entries from ring size (@haesbaert #81).
+1-1
vendor/opam/uring/lib/uring/uring.ml
···220220221221 external unregister_buffers : t -> unit = "ocaml_uring_unregister_buffers"
222222 external register_bigarray : t -> Cstruct.buffer -> unit = "ocaml_uring_register_ba"
223223- external submit : t -> int = "ocaml_uring_submit" [@@noalloc]
223223+ external submit : t -> int = "ocaml_uring_submit"
224224 external sq_ready : t -> int = "ocaml_uring_sq_ready" [@@noalloc]
225225226226 external get_probe_ring : t -> probe = "ocaml_uring_get_probe_ring"