metasync icon indicating copy to clipboard operation
metasync copied to clipboard

Unify async abstractions

Open tshemsedinov opened this issue 6 years ago • 0 comments

  • Combine callback, chain/do, async composition (parallel and series control flow), promise (thenable), collector and events to single abstraction
  • Implement mentioned abstraction with functional object
  • Unify syntax from all abstraction

tshemsedinov avatar Jan 02 '18 16:01 tshemsedinov