package
2.0.0+incompatible
Repository: https://github.com/danlavine/goasync.git
Documentation: pkg.go.dev

# Functions

PARAMETERS: - duration: time to wait for subtask to finish.
PARAMETERS: - signals: OS signals to capture and initiate the reload operation - task: task process that is wrapped to handle interruptions Interruptible Tasks are used to run any tasks that can be reloaded at runtime.
PARAMETERS: - task - task process that is wrapped for the periodic timer Repeatable Tasks are used to run any tasks that might fail with an error.
PARAMETERS: - repeatTime - amount of time to wait between invoking the subTask - task - task process that is wrapped for the periodic timer RepeatTimer Executers are used to run periodic one off tasks on a timer.