vibe-d v0.8.1 (2017-08-29T22:03:39Z)
Home
Dub
Repo
LibasyncTCPListener
index
vibe
core
drivers
libasync
Undocumented in source.
version(VibeLibasyncDriver)
final
class
LibasyncTCPListener : TCPListener {
this
(NetworkAddress addr, void delegate(TCPConnection conn) @(safe) connection_callback, TCPListenOptions options);
NetworkAddress
bindAddress
[@property getter];
void
delegate
(
TCPConnection
)
connectionCallback
[@property getter];
void
stopListening
();
}
Constructors
this
this
(NetworkAddress addr, void delegate(TCPConnection conn) @(safe) connection_callback, TCPListenOptions options)
Undocumented in source.
Members
Functions
stopListening
void
stopListening
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
bindAddress
NetworkAddress
bindAddress
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
connectionCallback
void
delegate
(
TCPConnection
)
connectionCallback
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
index
vibe
core
drivers
libasync
classes
LibasyncDirectoryWatcher
LibasyncDriver
LibasyncFileStream
LibasyncManualEvent
LibasyncTCPConnection
LibasyncTCPListener
LibasyncUDPConnection
functions
_wchmod
_wfopen
getDriverCore
getMainEventLoop
recycleID
static variables
gs_availID
gs_maxID
gs_mutex
variables
s_eventWaiters
total_conn