Defluencer / dit

Decentralized Influencer Toolkit
Apache License 2.0
24 stars 4 forks source link

Signal handler for CLI #42

Open SionoiS opened 3 years ago

SionoiS commented 3 years ago

Build a separate task for signal handler then send updates to all other systems to trigger shut down procedures.

SionoiS commented 3 years ago

tokio::try_join!() with the stream and crtl-c signal could be used, just return an error when ctrl-c is received.