```
cargo run --example readme
cargo run --example simple
cargo run --example more_complex
cargo run --example sharing_state
cargo run --example real_world_mpsc
```
Most important examples are `readme`, `simple` and `real_world_mpsc`. Simple example helps you to get started and understand basic concepts. Real world mpsc helps to understand how you would actually use this library in a real world scenario.