package
2.1.3-rc0
Repository: https://github.com/iotexproject/iotex-core.git
Documentation: pkg.go.dev

# Functions

NewDelayTask creates an instance of DelayTask.
NewRecurringTask creates an instance of RecurringTask.
WithClock set a clock to a task.

# Structs

DelayTask represents a timeout task.
RecurringTask represents a recurring task.

# Interfaces

DelayTaskOption is option to DelayTask.
RecurringTaskOption is option to RecurringTask.

# Type aliases

Task is the task logic to run.