vibe-d v0.8.1 (2017-08-29T22:03:39Z)
Home
Dub
Repo
Libevent2Driver.listenTCP
index
vibe
core
drivers
libevent2
Libevent2Driver
Undocumented in source. Be warned that the author may not have intended to support it.
class
Libevent2Driver
@
safe
Libevent2TCPListener
listenTCP
(
ushort
port
,
void
delegate
(
TCPConnection
conn
)
@
safe
connection_callback
,
string
address
,
TCPListenOptions
options
)
Meta
Source
See Implementation
index
vibe
core
drivers
libevent2
Libevent2Driver
constructors
this
functions
acquireTimer
connectTCP
createFileDescriptorEvent
createManualEvent
createTimer
dispose
exitEventLoop
isTimerPending
listenTCP
listenUDP
openFile
processEvents
rearmTimer
releaseTimer
resolveHost
runEventLoop
runEventLoopOnce
stopTimer
waitTimer
watchDirectory
properties
dnsEngine
eventLoop