val run : ?queue_depth:int -> ?n_blocks:int -> ?block_size:int -> ?polling_timeout:int -> ?fallback:([ `Msg of string ] -> 'a) -> (stdenv -> 'a) -> 'a
Run an event loop using io_uring.
Uses Uring.create
to create the io_uring, and Uring.set_fixed_buffer
to set a block_size * n_blocks
fixed buffer.
Note that if Linux resource limits prevent the requested fixed buffer from being allocated then run
will continue without one (and log a warning).
For portable code, you should use Eio_main.run
instead, which will use this automatically if running on Linux with a recent-enough kernel version.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4