libasync v0.6.7 (2015-01-25T14:26:55Z)
Dub
Repo
EventLoopImpl.run
libasync
windows
EventLoopImpl
Undocumented in source. Be warned that the author may not have intended to support it.
fd_t
run
(AsyncTCPListener ctxt, TCPAcceptHandler del)
fd_t
run
(AsyncTCPConnection ctxt, TCPEventHandler del)
fd_t
run
(AsyncUDPSocket ctxt, UDPHandler del)
fd_t
run
(AsyncSignal ctxt)
fd_t
run
(AsyncNotifier ctxt)
struct
EventLoopImpl
package nothrow
fd_t
run
(
AsyncNotifier
ctxt
)
fd_t
run
(AsyncTimer ctxt, TimerHandler del, Duration timeout)
fd_t
run
(AsyncDirectoryWatcher ctxt, DWHandler del)
Meta
Source
See Implementation
libasync
windows
EventLoopImpl
functions
broadcast
closeConnection
closeSocket
exit
getAddressFromDNS
getAddressFromIP
init
kill
localAddr
loop
noDelay
notify
read
readChanges
recv
recvFrom
run
send
sendTo
setInternalError
setOption
unwatch
watch
write
properties
error
started
status