getAddrinfo

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Promise!(Address[]) getAddrinfo(uv_loop_t* ctx, const(char)[] node, ushort port)
    nothrow
    Promise!(Address[])
    getAddrinfo
    (
    uv_loop_t* ctx
    ,
    const(char)[] node
    ,
    ushort port
    )
  2. Promise!(Address[]) getAddrinfo(uv_loop_t* ctx, const(char)[] node, const(char)[] service)

Meta