Defluencer / rust-defluencer

The rust implementation of the Defluencer protocol.
Apache License 2.0
13 stars 0 forks source link

Graceful shutdown of file & live daemons #3

Closed SionoiS closed 2 years ago

SionoiS commented 3 years ago

Could try https://docs.rs/futures/0.3.17/futures/future/struct.AbortHandle.html or something else.

Shutdown need to be reliable, predictable and orderly.