Skip to content

get started on async functionality - #157

Open
crcn wants to merge 4 commits into
masterfrom
fix-138
Open

get started on async functionality#157
crcn wants to merge 4 commits into
masterfrom
fix-138

Conversation

@crcn

@crcn crcn commented Jun 23, 2019

Copy link
Copy Markdown
Owner

This branch introduces async behavior. Fixes #138.

TODO:

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

@stalniy

stalniy commented Jul 8, 2019

Copy link
Copy Markdown
Contributor

I'd like to propose design for this:

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

@neetin

neetin commented Sep 27, 2021

Copy link
Copy Markdown

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support asynchronous (promised-based) custom matchers

4 participants