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

Execute queries in Fibers to support yielding APIs. #92

Merged
merged 3 commits into from
Aug 14, 2016

Commits on Aug 12, 2016

  1. Configuration menu
    Copy the full SHA
    cfa8265 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cca853 View commit details
    Browse the repository at this point in the history
  3. Don't make Promises aware of Fibers except in tests.

    The Promise used by Meteor will already be Fiber-enabled, so calling
    makeCompatible in the tests is just simulating running in a Meteor
    environment.
    benjamn committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    786c8c1 View commit details
    Browse the repository at this point in the history