package promise
import "github.com/docker/docker/pkg/promise"
Index ¶
Functions ¶
func 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.
Source Files ¶
- Version
- v1.11.0-rc5
- Published
- Apr 11, 2016
- Platform
- windows/amd64
- Last checked
- 25 minutes ago –
Tools for package owners.