1 2 3 4 5 6 7 8 9
# Examples To run an example: ``` cargo run --example timer ``` 1. [Timer](timer.rs) - Examples showing how to run and interrupt timer futures running on an event loop.