//
pkg.gl
Category
github.com/react-vue-devel/moby
pkg
promise
package
1.13.1
Repository:
https://github.com/react-vue-devel/moby.git
Documentation:
pkg.go.dev
Overview
Versions
1
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.