libasync ~master (2021-10-01T13:41:16Z)
Dub
Repo
EventLoopImpl.kill
libasync
windows
EventLoopImpl
Undocumented in source. Be warned that the author may not have intended to support it.
bool
kill
(AsyncDirectoryWatcher ctxt)
bool
kill
(AsyncTCPConnection ctxt, bool forced)
struct
EventLoopImpl
package nothrow
bool
kill
(
AsyncTCPConnection
ctxt
,
bool
forced
= false
)
bool
kill
(AsyncTCPListener ctxt)
bool
kill
(AsyncSignal ctxt)
bool
kill
(AsyncNotifier ctxt)
bool
kill
(AsyncTimer ctxt)
bool
kill
(AsyncEvent ctxt, bool forced)
bool
kill
(AsyncUDPSocket ctxt)
bool
kill
(AsyncSocket ctxt, bool forced)
Meta
Source
See Implementation
libasync
windows
EventLoopImpl
functions
bind
broadcast
closeConnection
closeSocket
connect
exit
getAddressFromDNS
getAddressFromIP
init
kill
listen
localAddr
loop
noDelay
notify
onAccept
read
readChanges
recv
recvFrom
run
send
sendTo
setInternalError
setOption
submitRequest
unwatch
updateAcceptContext
updateConnectContext
watch
write
properties
error
started
status