Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lewissbaker/cppcoro
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: lewissbaker/cppcoro
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: async_streams
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 24 files changed
  • 2 contributors

Commits on Jan 24, 2018

  1. First pass at an async_stream-based subscribable type.

    This differs from async_generator in that it allows the generator
    coroutine to continue execution after the consumer detaches from
    the stream of values by destroying the async_stream object.
    lewissbaker committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    ce6f3ff View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2018

  1. Add some more async_stream tests.

    - Test for terminating consumption of a stream before the end.
    - Test for composing streams using take(n, subscribable)
    lewissbaker committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    a36dcdb View commit details
    Browse the repository at this point in the history
  2. Fix indentation.

    lewissbaker committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    0c8091c View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2018

  1. Merge branch 'master' of github.com:lewissbaker/cppcoro into async_st…

    …reams
    Lewis Baker
    Lewis Baker committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    78ad554 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c254225 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of github.com:lewissbaker/cppcoro into async_st…

    …reams
    Lewis Baker
    Lewis Baker committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    cab934d View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2018

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