Files
asyncaddrinfo/README.md
Ian Gulliver 9922e6fafd Example app.
2016-03-01 20:07:17 -08:00

520 B

asyncaddrinfo

Asynchronous version of getaddrinfo().

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

Use

See example.c