Skip to content

freeman94/periodic_task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

periodic_task

This crate provides a structure for a long-lived task which is meant to be run periodically. It is synchronous, and the task may be canceled.

Potential use cases might include:

  • timing out stale connections or sessions
  • periodically updating state and publishing a message over PubSub
  • reading a value from a sensor at a prescribed rate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages