package
0.7.6
Repository: https://github.com/atomix/runtime.git
Documentation: pkg.go.dev

# Functions

ExecuteAsync executes the given function f up to n times concurrently, populating the given results slice with the results of each function call.
ExecuteOrderedAsync executes the given function f up to n times concurrently, populating the given results slice with the results of each function call.
IterAsync executes the given function f up to n times concurrently.