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.
1 parent bcf3cf9 commit 4c6fb7aCopy full SHA for 4c6fb7a
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