Versions in this module Expand all Collapse all v0 v0.0.2 Apr 12, 2026 v0.0.1 Dec 7, 2023 Changes in this version + type Result struct + Error error + Res T + func Run[ArgsT any, ResT any](f func(ArgsT) (ResT, error), args []ArgsT) []Result[ResT]