1.1.0 • Published 6 years ago

context-runner v1.1.0

Weekly downloads
2
License
MIT
Repository
-
Last release
6 years ago

Context Runner

In-order means of concretizing asynchronous members of a context.

Context Runner is seen a generic, fast way to build "main" functions. By attaching promises or promise-generating functions to a context object, and specifying the order of keys to evaluate, context-runner will resolve in sequence each piece of asynchronous state on the context. For many programs, this can be a complete pipeline of execution.

Architecturally, this allows for a shared context object to resolve pieces of itself, while those pieces are given access to the shared, flowing context.

1.1.0

6 years ago

1.0.0

6 years ago