package
0.0.0-20241002170041-88591676c97d
Repository: https://github.com/gptlocal/netools.git
Documentation: pkg.go.dev

# Functions

Close returns a func() that closes v.
OnSuccess executes g() after f() returns nil.
Run executes a list of tasks in parallel, returns the first error encountered or nil if all tasks pass.

# Structs

Periodic is a task that runs periodically.