//
pkg.gl
Category
github.com/gptlocal/netools
common
task
package
0.0.0-20241002170041-88591676c97d
Repository:
https://github.com/gptlocal/netools.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
8
Files
139 SLOC
#
Functions
Close
Close returns a func() that closes v.
OnSuccess
OnSuccess executes g() after f() returns nil.
Run
Run executes a list of tasks in parallel, returns the first error encountered or nil if all tasks pass.
#
Structs
Periodic
Periodic is a task that runs periodically.