~sircmpwn/hare-iobus

An asyncronous I/O abstraction for Hare
Update deprecation status of library
Add .gitignore
Makefile: fix docs target

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~sircmpwn/hare-iobus
read/write
git@git.sr.ht:~sircmpwn/hare-iobus

You can also use your local clone with git send-email.

#hare-iobus

This package provides an I/O bus abstraction for fast async I/O. It takes advantage of io_uring on Linux.

NOTICE: This module is deprecated and should not be used. See unix::poll instead.

#Dependencies

#Installation

#From your distribution

The recommended name for this package is "hare-iobus". Look for this, or something similar, in your local package manager. This is the preferred way to install this package.

#System-wide installation

make install

#Vendoring

git subtree -P vendor/hare-iobus/ add https://git.sr.ht/~sircmpwn/hare-iobus master