Skip to content

Releases: parisleaf/flux-dispatcher

Allow creation of multiple dispatchers

Choose a tag to compare

@acdlite acdlite released this 04 Aug 17:09

Moved _callbacks and _promises into constructor. This means each Dispatcher instance is independent of the others.

Initial release

Choose a tag to compare

@acdlite acdlite released this 03 Aug 22:12

Basic dispatcher features

  • register()
  • dispatch()
  • waitFor()

Both dispatch() and register() return promises to facilitate async.