cheetah ~master (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
Type:
void
function
(
SocketEventArgs
!
T
)
The function pointer.
Meta
Source
See Implementation
cheetah
socketevent
SocketEvent
constructors
this
Creates a new socket event based on a function pointer.