Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 229 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 229 Bytes

Clock

This example demonstrates how to use glib::timeout_add_seconds_local to run a periodic task, implementing a clock in this example.

Run it by executing:

cargo run --bin clock

screenshot