Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Future ¶
type Future interface { Cancel() Yield(data interface{}, fn ...interface{}) // async Await(val FutureValue, fn interface{}) // block }
type FutureValue ¶
Click to show internal directories.
Click to hide internal directories.