ModularM
Modular2y ago
144 replies
Dmitry Salin

io_uring

Hi all, I just published my implementation of the io_uring library in pure Mojo: https://github.com/dmitry-salin/io_uring The design is similar to https://github.com/bytecodealliance/rustix Currently there is only a linux_raw backend, which could potentially be used to create binaries that do not depend on libc.
The library is at an early stage and lacks documentation, many operations and tests. But the basic functionality is implemented.
Was this page helpful?