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