feat: use tokio CancellationToken

In docker exec mode, replace use of Arc<AtomicBool> with a CancellationToken
This commit is contained in:
Jack Wills
2024-04-17 11:25:39 +00:00
parent 774125b60a
commit 0631a73ec2
3 changed files with 36 additions and 26 deletions
Generated
+1
View File
@@ -855,6 +855,7 @@ dependencies = [
"parking_lot",
"ratatui",
"tokio",
"tokio-util",
"tracing",
"tracing-subscriber",
"uuid",