- connectTcp
Promise!Stream connectTcp(Address[] dns)
Undocumented in source.
- context
Promise!TlsContext context(string certificatesPath)
Undocumented in source.
- defaultCertificatesPath
string defaultCertificatesPath()
Undocumented in source.
- inner
void* inner()
Undocumented in source.
- interval
PromiseIterator!int interval(Duration )
Undocumented in source.
- listenTcp
PromiseIterator!Stream listenTcp(Address[] dns)
Undocumented in source.
- resolve
Promise!(Address[]) resolve(const(char)[] hostname, ushort port)
Undocumented in source.
- run
int run()
Undocumented in source.
- sleep
Promise!void sleep(Duration a)
Undocumented in source. Be warned that the author may not have intended to support it.
- tlsHandshake
Promise!Stream tlsHandshake(Stream stream, TlsContext context, string hostname)
Undocumented in source.
- udp
Promise!DatagramStream udp(Address addr)
Undocumented in source.
- work
Promise!void work(void delegate() )
Undocumented in source.
- work
Promise!T work(T delegate() cb)
Undocumented in source. Be warned that the author may not have intended to support it.