INitial commit.

This commit is contained in:
Ian Gulliver
2016-03-01 19:47:50 -08:00
parent ff01d7392e
commit ed338b9835
3 changed files with 144 additions and 1 deletions

View File

@@ -1 +1,11 @@
# asyncaddrinfo
# asyncaddrinfo
Asynchronous version of [getaddrinfo()](http://man7.org/linux/man-pages/man3/getaddrinfo.3.html).
## Features
* Uses getaddrinfo() underneath, so is quirk-compatible
* Configurable number of resolver threads
* 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