Versions in this module Expand all Collapse all v0 v0.2.0 Jul 27, 2016 v0.1.0 Jun 7, 2016 Changes in this version + type AfterFunc func(time.Duration) <-chan time.Time + type Dialer func(network, address string) (net.Conn, error) + type Manager struct + func NewManager(d Dialer, network, address string, after AfterFunc, logger log.Logger) *Manager + func (m *Manager) Put(err error) + func (m *Manager) Take() net.Conn