package
4.0.0-20220713033532-960decf99bb7
Repository: https://github.com/shadowsocks-net/v2ray-go.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.