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 map_async and flat_map_async Operators for Python Async Generators #392

Open
wants to merge 24 commits into
base: branch-23.11
Choose a base branch
from

Commits on Sep 16, 2023

  1. flatmap

    cwharris committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    a2ea1c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

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

Commits on Sep 19, 2023

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

Commits on Sep 20, 2023

  1. async operator handler

    cwharris committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    f430980 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6372d8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1559d7c View commit details
    Browse the repository at this point in the history
  4. better error handling

    cwharris committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    9d738cf View commit details
    Browse the repository at this point in the history
  5. broken error handling

    cwharris committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    11f7cf4 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. concat_map_async

    cwharris committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    f4f9da6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ea72bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b717bd5 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. add PythonNodeContext

    cwharris committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    3b0f778 View commit details
    Browse the repository at this point in the history
  2. PythonNodeLoopHandle

    cwharris committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    be6b422 View commit details
    Browse the repository at this point in the history
  3. broken

    cwharris committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    5df343f View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Context::launch_fiber

    cwharris committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    2334210 View commit details
    Browse the repository at this point in the history
  2. flat_map_async

    cwharris committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    ac6eaba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab04e30 View commit details
    Browse the repository at this point in the history
  4. asyncgen loop shutdown

    cwharris committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    36a74f8 View commit details
    Browse the repository at this point in the history
  5. flat_map_async test

    cwharris committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    76af35c View commit details
    Browse the repository at this point in the history
  6. fix styles

    cwharris committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    e74838e View commit details
    Browse the repository at this point in the history
  7. iwyu fixes

    cwharris committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    a7cd4af View commit details
    Browse the repository at this point in the history
  8. iwyu fixes

    cwharris committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    21becda View commit details
    Browse the repository at this point in the history
  9. map_async

    cwharris committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    6a170da View commit details
    Browse the repository at this point in the history
  10. fix styles

    cwharris committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    e072c63 View commit details
    Browse the repository at this point in the history