Example app.

This commit is contained in:
Ian Gulliver
2016-03-01 20:07:17 -08:00
parent ed338b9835
commit 9922e6fafd
3 changed files with 79 additions and 0 deletions

View File

@@ -9,3 +9,7 @@ Asynchronous version of [getaddrinfo()](http://man7.org/linux/man-pages/man3/get
* Signals completion via a single file descriptor
* Compatible with select, poll, epoll, or blocking results
* Simple API; splits getaddrinfo() into two functions, with a file descriptor in between
## Use
See [example.c](https://github.com/flamingcowtv/asyncaddrinfo/blob/master/example.c)