sift.js icon indicating copy to clipboard operation
sift.js copied to clipboard

get started on async functionality

Open crcn opened this issue 5 years ago • 2 comments

This branch introduces async behavior. Fixes #138.

TODO:

  • [ ] create runner that converts all existing operation tests to be async

crcn avatar Jun 23 '19 21:06 crcn

I'd like to propose design for this:

  1. Separate operators and execution logic (#153).
  2. Create AsyncExecutor. It probably will extend StaticExecutor behavior
  3. AsyncExecutor waits for promises to resolve before passing resolved results into operator functions

stalniy avatar Jul 08 '19 13:07 stalniy

@crcn any timeline when this async functionality feature will be added to master?

neetin avatar Sep 27 '21 09:09 neetin