metasync icon indicating copy to clipboard operation
metasync copied to clipboard

Implement collector() methods for flow()

Open tshemsedinov opened this issue 6 years ago • 0 comments

Make flow() compatible with collector(), implement methods:

  • [x] collect(key, error, value)
  • [ ] pick(key, value)
  • [ ] fail(key, error)
  • [ ] take(key, fn, ...args)
  • [ ] timeout(msec)
  • [x] done(callback)
  • [x] cancel(err)
  • [x] then(fulfilled, rejected)

tshemsedinov avatar Nov 03 '17 04:11 tshemsedinov