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 Dispatchers #639

Merged
merged 21 commits into from
Sep 26, 2019
Merged

Add Dispatchers #639

merged 21 commits into from
Sep 26, 2019

Commits on Sep 14, 2019

  1. Add Dispatchers, which act like bridges, but don't require a callback…

    … to create; updated router example
    hgzimmerman committed Sep 14, 2019
    Configuration menu
    Copy the full SHA
    12ce09b View commit details
    Browse the repository at this point in the history
  2. cargo fmt

    hgzimmerman committed Sep 14, 2019
    Configuration menu
    Copy the full SHA
    436d62a View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2019

  1. improve comment

    hgzimmerman committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    206aa4b View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

  1. Another approach

    jstarry committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    ae8de8a View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. Merge pull request #1 from jstarry/pr/639

    Avoid code reuse in agents
    hgzimmerman authored Sep 24, 2019
    Configuration menu
    Copy the full SHA
    87fa037 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e5d7b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4086c73 View commit details
    Browse the repository at this point in the history
  4. fix example

    hgzimmerman committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    5b9167e View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. Configuration menu
    Copy the full SHA
    3f75513 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44aeb47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e072c2 View commit details
    Browse the repository at this point in the history
  4. merge with master

    hgzimmerman committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    3f05bfc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bff1b66 View commit details
    Browse the repository at this point in the history
  6. cargo fmt

    hgzimmerman committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    7f531f1 View commit details
    Browse the repository at this point in the history
  7. remove dead lines

    hgzimmerman committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    3fabaf9 View commit details
    Browse the repository at this point in the history
  8. address bad doc comment

    hgzimmerman committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    f40c9c5 View commit details
    Browse the repository at this point in the history
  9. fix router example

    hgzimmerman committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    e758bd1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e885a3f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c35c6e0 View commit details
    Browse the repository at this point in the history
  12. remove misleading comment

    hgzimmerman committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    6ba092e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    869a25f View commit details
    Browse the repository at this point in the history