Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

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