Hi Simon, On 9/20/21 10:23 AM, Simon Maurer wrote: > I wrote a little "proof of concept" for using ell with libaio: > https://github.com/mausys/ellaio/blob/main/aio.c > No more signals and threads. Also libaio is LGPL too, so it could be bundled > with ell. libaio seems to be a small convenience wrapper around linux system calls (~500 lines). Why not use io_submit, io_setup, etc directly for the parts you need? Regards, -Denis