package
0.0.0-20150717180235-c937b9e05d29
Repository: https://github.com/bearded-web/bearded.git
Documentation: pkg.go.dev
# Functions
group asyncs and return grouped err after all async is finished.
group asyncs and return err in Result for the first async with error.
No description provided by the author
Promise is a basic promise implementation: it wraps calls a function in a goroutine, and returns a channel which will later return the function's return value.
# Structs
No description provided by the author
# Interfaces
No description provided by the author