package
0.0.0-20250123083612-6356efde225b
Repository: https://github.com/ciazhar/go-start-small.git
Documentation: pkg.go.dev

# Functions

RunAsync executes functions concurrently and returns their results.

# Variables

DefaultOptions provides sensible default settings.

# Structs

Options configures the behavior of RunAsync.
Result represents the outcome of an async function execution.

# Type aliases

GenericFunction represents a function that takes no args and returns an error.