Files
rayhunter/bin
Markus Unterwaditzer 5e5514a11f Fix key_input blocking shutdown
Discovered in #351 where restart would hang forever.

key_input.rs never properly implemented shutdown because it didn't have
to do anything interesting on shutdown.

Wire up oneshot channels so that it falls in line with other services.

I do wonder though if there's a more clever way of handling this. For
example I could just not use the task_tracker, use tokio::spawn and let
the task get cancelled by tokio.
2025-06-21 23:57:54 +02:00
..
2025-04-16 11:00:01 -07:00
2025-06-21 23:57:54 +02:00
2025-06-20 11:47:40 +02:00
2025-06-06 12:44:39 -07:00