Discover Packages
github.com/Azure/open-service-broker-azure
pkg
async
fake
package
Version:
v0.8.0-alpha
Opens a new window with list of versions in this module.
Published: Feb 7, 2018
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Engine is a fake implementation of async.Engine used for testing
NewEngine returns a new, fake implementation of async.Engine used for testing
RegisterJob registers a new Job with the async engine
Run causes the async engine to carry out all of its functions. It blocks
until a fatal error is encountered or the context passed to it has been
canceled. Run always returns a non-nil error.
SubmitTask submits an idempotent task to the async engine for reliable,
asynchronous completion
RunFn describes a function used to provide pluggable runtime behavior to
the fake async engine
Source Files
¶
Click to show internal directories.
Click to hide internal directories.