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