Versions in this module Expand all Collapse all v0 v0.2.97 Oct 15, 2022 Changes in this version + func TimedCallback(ctx context.Context, d time.Duration, callback func()) + type CallbackFactory func(...interface{}) func() + type TimeOutService struct + CallbackFactory CallbackFactory + func NewTimeOutService(cbf CallbackFactory) *TimeOutService + func (s *TimeOutService) AddNewTimeOut(ctx context.Context, d time.Duration, args ...interface{})