Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenericPromise ¶
type GenericPromise struct {
// contains filtered or unexported fields
}
GenericPromise struct for adding to other objects
func (*GenericPromise) Super ¶
func (p *GenericPromise) Super()
Super constructs yourself. Must be called by child implementations
type MyPromise ¶
type MyPromise struct { GenericPromise // contains filtered or unexported fields }
MyPromise of local data
type Open ¶
type Open func() Promise
Open creates the promise
func MyPromiseConstructor ¶
MyPromiseConstructor can construct promises of type MyPromise
Click to show internal directories.
Click to hide internal directories.