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

Improve asyncGeneratorMap for future use of generators & optimizations #4

Merged
merged 15 commits into from
Oct 19, 2021

Commits on Oct 15, 2021

  1. Configuration menu
    Copy the full SHA
    52c5722 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29859c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fc6255 View commit details
    Browse the repository at this point in the history
  4. stabilization wip

    nicolas-van committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    6b4fd14 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Configuration menu
    Copy the full SHA
    e18eb96 View commit details
    Browse the repository at this point in the history
  2. More modifications to Queue, now queue checks are made synchronously …

    …for performances reasons and function calls are made in micro tasks
    nicolas-van committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    c54200e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eda15b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    026d84d View commit details
    Browse the repository at this point in the history
  5. Fixed CustomError problem

    nicolas-van committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    d7e0d54 View commit details
    Browse the repository at this point in the history
  6. Added tests

    nicolas-van committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    e78f378 View commit details
    Browse the repository at this point in the history
  7. Put back previous API

    nicolas-van committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    ccb1384 View commit details
    Browse the repository at this point in the history
  8. Added queueMicrotask

    nicolas-van committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    9b65828 View commit details
    Browse the repository at this point in the history
  9. Forgot file

    nicolas-van committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    16b2d29 View commit details
    Browse the repository at this point in the history
  10. Fixed code coverage

    nicolas-van committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    bcb2098 View commit details
    Browse the repository at this point in the history
  11. Doc

    nicolas-van committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    ab1520b View commit details
    Browse the repository at this point in the history