package
4.45.2
Repository: https://github.com/v2fly/v2ray-core.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.