Delegate which is called (in EpollTiming debug mode) after a socket
connection is established.
FIXME: the logging of connection times was intended to be done directly
in this module, not via a delegate, but dmd bugs with varargs made this
impossible. The delegate solution is ok though.
Delegate which is called (in EpollTiming debug mode) after a socket connection is established.
FIXME: the logging of connection times was intended to be done directly in this module, not via a delegate, but dmd bugs with varargs made this impossible. The delegate solution is ok though.