StartTimer allows to put a timer on a Conn, and via time.AfterFunc have a function called. The provided afterfunc is called with the net.Conn created by this package - if any. Meaning, that even if wrapped with TLS, calling Close() will close the underlying connection regardless of TLS state.
(c net.Conn, to time.Duration, afterfunc func(wrapped net.Conn))
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected