package promise
import "github.com/dotcloud/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.9.1
- Published
- Nov 20, 2015
- Platform
- darwin/amd64
- Last checked
- 1 hour ago –
Tools for package owners.