IFiberSocketConnection.connection_time_dg

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.

class IFiberSocketConnection
debug(EpollTiming)
ConnectionTimeDg connection_time_dg;

Meta