Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CallbackFactory ¶
type CallbackFactory func(...interface{}) func()
type TimeOutService ¶
type TimeOutService struct {
CallbackFactory CallbackFactory
}
func NewTimeOutService ¶
func NewTimeOutService(cbf CallbackFactory) *TimeOutService
func (*TimeOutService) AddNewTimeOut ¶
func (s *TimeOutService) AddNewTimeOut(ctx context.Context, d time.Duration, args ...interface{})
Click to show internal directories.
Click to hide internal directories.