Skip to content

432-Technologies/sint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

System Independent Timer

Async timer that works on wasm (with gloo) and linux/macos/windows (with tokio)

async {
    sint::Timeout::new(sint::Duration::from_millis(500)).await;

    //Or equivalent
    sint::sleep(Duration::from_millis(500)).await;
};

About

System Independent Timer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages