Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PromiseResponse ¶ added in v0.1.256
PromiseResponse ...
func ExecuteAsync ¶ added in v0.1.256
func ExecuteAsync(f func() (interface{}, error)) *PromiseResponse
ExecuteAsync returns a response that contains a future and a helper method to check if the future has been completed
func (*PromiseResponse) IsComplete ¶ added in v0.1.256
func (s *PromiseResponse) IsComplete() bool
IsComplete checks to see if a promise has been completed
Click to show internal directories.
Click to hide internal directories.