* refactor: make ShutdownManager Clone ShutdownManager can be clone since its underlying types from tokio are all shareable via clone. * refactor: make ShutdownToken not Clone Alters the API so that the ShutdownToken is not cloneable. This will help ensure that the Drop implementation is invoked from the correct place. |
||
---|---|---|
.. | ||
create.rs | ||
lib.rs | ||
object_store.rs | ||
serialize.rs | ||
snapshot_tracker.rs |