Skip to content

Commit

Permalink
Mention load balance example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
asonix committed Jan 7, 2018
1 parent 694ceea commit af094b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ The `zpub.rs` and `sub.rs` examples should be used togheter. `zpub` produces val

The `push.rs`, `pull_push.rs`, and `pull.rs` files should be used together. `push` produces values, which are relayed by `pull_push` to `pull`, which consumes them and sends a stop signal to itself and to `pull_push`.

`sync_pubsub.rs` and `dealer_router.rs` are each self-contained, and spawn multiple threads.
`sync_pubsub.rs`, `dealer_router.rs`, and `load_balancing_broker` are all self-contained, and spawn multiple threads.


### Contributing
Feel free to open issues for anything you find an issue with. Please note that any contributed code will be licensed under the GPLv3.
Expand Down

0 comments on commit af094b2

Please sign in to comment.