~sircmpwn/hare-ev

Event loop for Hare
ev: improve documentation of ev::do
ev::dial: attempt resolved IPs in order
ev::dns: fall back to TCP on response truncation

refs

master
browse  log 

clone

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

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

#ev

This package provides an event loop for Hare programs. This is a future candidate for being merged into the Hare standard library.

#Installation

#From your distribution

The recommended name for this package is "hare-ev". 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-ev/ add https://git.sr.ht/~sircmpwn/hare-ev master

#Examples

See cmd/*