//
pkg.gl
Category
github.com/hyperhq/hyper
lib
promise
package
1.1.0
Repository:
https://github.com/hyperhq/hyper.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
0
Dependents
0
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.