cheetah ~master (2022-03-27T07:19:02.791714)
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.