Skip to content

Latest commit

 

History

History
 
 

clock

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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