Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get started on async functionality #157

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

get started on async functionality #157

wants to merge 4 commits into from

Conversation

crcn
Copy link
Owner

@crcn crcn commented Jun 23, 2019

This branch introduces async behavior. Fixes #138.

TODO:

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

@stalniy
Copy link
Contributor

stalniy commented Jul 8, 2019

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
Copy link

neetin commented Sep 27, 2021

@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
3 participants