@ -17,6 +17,9 @@ use tokio::{
mod interval;
mod config;
mod context;
mod live;
async fn do_thing_every() -> Result<(mpsc::Sender<()>, task::JoinHandle<()>), Box<dyn std::error::Error>>
{
let mut interval = time::interval(Duration::from_secs(10));