Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompareSlices ¶
func CompareStringSlices ¶
Types ¶
type DelayedExecutor ¶ added in v0.4.15
func NewDelayedExecutor ¶ added in v0.4.15
func NewDelayedExecutor(delay, maxInterval time.Duration) *DelayedExecutor
func (*DelayedExecutor) Cancel ¶ added in v0.4.15
func (d *DelayedExecutor) Cancel(key string)
func (*DelayedExecutor) Do ¶ added in v0.4.15
func (d *DelayedExecutor) Do(key string, execFunc func())
type DelayedState ¶ added in v0.4.15
Directories
¶
Path | Synopsis |
---|---|
methods in this package automatically include a context with a timeout, in order to solve the problem of hanging requests and to avoid goroutine leaks
|
methods in this package automatically include a context with a timeout, in order to solve the problem of hanging requests and to avoid goroutine leaks |
Click to show internal directories.
Click to hide internal directories.