# Packages
No description provided by the author
# 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.
GetPartitionIndex returns the index of the partition for the given key.
IterAsync executes the given function f up to n times concurrently.
RetryingStreamClientInterceptor returns a ClientStreamInterceptor that retries both requests and responses.
RetryingUnaryClientInterceptor returns a UnaryClientInterceptor that retries requests.