cheetah v0.2.6 (2017-05-16T17:43:37Z)
Dub
Repo
SocketEvent.this
cheetah
socketevent
SocketEvent
Creates a new socket event based on a delegate.
this
(void function(SocketEventArgs!T) f)
this
(void delegate(SocketEventArgs!T) d)
class
SocketEvent
(T)
this
(
void
delegate
(
SocketEventArgs
!
T
)
d
)
Parameters
d
void
delegate
(
SocketEventArgs
!
T
)
The delegate.
Meta
Source
See Implementation
cheetah
socketevent
SocketEvent
constructors
this
functions
opCall
Creates a new socket event based on a delegate.