//
pkg.gl
Category
v2ray.com/core
common
task
package
4.31.0+incompatible
Repository:
https://github.com/v2ray/v2ray-core.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
1.8k
Files
127 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.