Note proper cleanup as a feature

This commit is contained in:
Ian Gulliver
2016-03-01 20:11:30 -08:00
parent 7ccff760ea
commit 6889a749be

View File

@@ -9,6 +9,7 @@ Asynchronous version of [getaddrinfo()](http://man7.org/linux/man-pages/man3/get
* Signals completion via a single file descriptor * Signals completion via a single file descriptor
* Compatible with select, poll, epoll, or blocking results * Compatible with select, poll, epoll, or blocking results
* Simple API; splits getaddrinfo() into two functions, with a file descriptor in between * Simple API; splits getaddrinfo() into two functions, with a file descriptor in between
* valgrind-friendly: closes all fds, frees all allocated memory
## Use ## Use