Philip Peterson e6a3ae7301
Move top-level crates to packages/<crate> (#1680)
* Move crates to packages/*

* Update Cargo.toml

* Update links

* Fix pull-request.yml

* Update examples Cargo.toml

* Update relative paths

* Update tests

* Fix path
2021-01-12 11:32:48 +08:00
..

Timer Example

Demo

This is a technical demonstration for how to use timeouts and intervals.

Concepts

The example mainly demonstrates the use of TimeoutService and IntervalService but also makes use of some more advanced ConsoleService features.

Improvements

  • Apply the concept to something more fun than just a dry technical demonstration