DEVELOPMENT ENVIRONMENT

~liljamo/emerwen

0bedb35fff9fe3be00f6c1d4f3a1d86dec8f01b2 — Jonni Liljamo 9 days ago abcdf0d
docs: add TODO for SIGINT listen
1 files changed, 1 insertions(+), 0 deletions(-)

M emerwen-worker/src/main.rs
M emerwen-worker/src/main.rs => emerwen-worker/src/main.rs +1 -0
@@ 88,6 88,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
    }

    loop {
        // TODO: listen for SIGINT
        tokio::time::sleep(std::time::Duration::new(5, 0)).await;
    }
}