Documentation
¶
Index ¶
- func Async(fn interface{}, args ...interface{}) (val1 xprocess_abc.FutureValue)
- func Await(val xprocess_abc.FutureValue, fn interface{}) (val1 xprocess_abc.FutureValue)
- func Promise(fn func(g xprocess_abc.Future)) xprocess_abc.IPromise
- func RunComplete(values ...xprocess_abc.FutureValue) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Async ¶
func Async(fn interface{}, args ...interface{}) (val1 xprocess_abc.FutureValue)
func Await ¶
func Await(val xprocess_abc.FutureValue, fn interface{}) (val1 xprocess_abc.FutureValue)
func Promise ¶
func Promise(fn func(g xprocess_abc.Future)) xprocess_abc.IPromise
func RunComplete ¶ added in v0.1.10
func RunComplete(values ...xprocess_abc.FutureValue) (err error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.