//
pkg.gl
Category
github.com/hyperhq/hypercli
pkg
promise
package
1.10.16
Repository:
https://github.com/hyperhq/hypercli.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
3
Files
7 SLOC
#
Functions
Go
Go 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.