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

Add async iterable Stream class that inherits from Signal #462

Merged
merged 11 commits into from
Nov 11, 2022

Commits on Nov 8, 2022

  1. Add Stream class

    afshin committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    efb5fa2 View commit details
    Browse the repository at this point in the history
  2. Add Stream tests

    afshin committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    f71ea50 View commit details
    Browse the repository at this point in the history
  3. Update API docs

    afshin committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    4baa729 View commit details
    Browse the repository at this point in the history
  4. Lint and prettify

    afshin committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    dd323c4 View commit details
    Browse the repository at this point in the history
  5. Add IStream interface

    afshin committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    91af63a View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    2bc912c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41a4041 View commit details
    Browse the repository at this point in the history
  3. Add Stream#stop()

    afshin committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    a43b959 View commit details
    Browse the repository at this point in the history
  4. Better while loop in tests

    afshin committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    ed0497e View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Make pending promise private.

    afshin committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    dbbc6e8 View commit details
    Browse the repository at this point in the history
  2. use const

    afshin committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    4735392 View commit details
    Browse the repository at this point in the history