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

Refactor and rename orderedNodeStream and receiveQueue #140

Merged
merged 7 commits into from
May 10, 2021

Commits on May 6, 2021

  1. rename gorumsStream{Request,Result} to request, response

    They can have simpler names since they are no longer part of the generated code
    .
    johningve committed May 6, 2021
    Configuration menu
    Copy the full SHA
    cfb825f View commit details
    Browse the repository at this point in the history
  2. rename ordredNodeStream to channel

    This also includes some changes that will make supporting multiple
    channels easier in the future.
    johningve committed May 6, 2021
    Configuration menu
    Copy the full SHA
    952ab9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    680227c View commit details
    Browse the repository at this point in the history
  4. remove receiveQueue

    Instead, channels will provide an enqueue function where calltypes can
    pass a channel to receive responses on.
    johningve committed May 6, 2021
    Configuration menu
    Copy the full SHA
    b6fae6b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    76392a2 View commit details
    Browse the repository at this point in the history
  6. channel: fix a data race

    The race detector complained about the streamBroken boolean, so this
    commit makes it atomic.
    johningve committed May 6, 2021
    Configuration menu
    Copy the full SHA
    f9a4542 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

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