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

generator and async generator support #39

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

Commits on Dec 30, 2019

  1. generator and async generator support

    fixes developit#38
    First thing to note about this is that I broke the microbundle build.
    I'll attempt to fix the generator function to not use things microbundle
    doesn't expect, but I'm not sure how far I'll get
    with that. Which that's also something tying up this pull request:
    developit/greenlet#50
    
    One other thing to note about this is that I decided on
    returning a promise of the asyncIterator from the generator function.
    This is due to the fact that the function from the user only ever gets
    evaluated as an executable function on the worker side.
    johnsonjo4531 committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    2e95131 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2020

  1. Configuration menu
    Copy the full SHA
    3a8bd43 View commit details
    Browse the repository at this point in the history