# 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.