Lindenii Project Forge
Login

hare-aio

Asynchronous I/O event loops for Hare

Hi… I am well aware that this diff view is very suboptimal. It will be fixed when the refactored server comes along!

Commit info
ID
6bb77a26ff70e4f30de070b2effd348928b2c111
Author
Drew DeVault <sir@cmpwn.com>
Author date
Mon, 18 Apr 2022 14:38:51 +0200
Committer
Drew DeVault <sir@cmpwn.com>
Committer date
Mon, 18 Apr 2022 14:40:02 +0200
Actions
iobus: remove module

Moved to https://git.sr.ht/~sircmpwn/hare-iobus

Signed-off-by: Drew DeVault <sir@cmpwn.com>
The io_uring module provides access to Linux's io_uring subsystem. The
documentation for this module is somewhat scarce: users are presumed to be
familiar with io_uring. Thus, it is recommended that a reading of this module is
paired with the Linux documentation, which may be available from your local
liburing package under the io_uring_setup, io_uring_enter, and io_uring_register
man pages.

For a high-level I/O multiplexing interface, which takes advantage of io_uring
if available, users are encouraged to use [[iobus]] instead.