We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e43068 + 4c6fb7a commit ab46e64Copy full SHA for ab46e64
src/agent/onefuzz-task/src/main.rs
@@ -40,6 +40,7 @@ fn main() -> Result<()> {
40
let rt = tokio::runtime::Runtime::new()?;
41
let result = rt.block_on(run(matches));
42
atexit::execute();
43
+ rt.shutdown_background();
44
result
45
}
46
0 commit comments