bottlerocket-test-system icon indicating copy to clipboard operation
bottlerocket-test-system copied to clipboard

use tokio::process::command

Open webern opened this issue 3 years ago • 0 comments

In our agents we use std::process::Command which is blocking. It seems to be working fine, but technically when you go async you're supposed to go all in and not do any blocking io.

webern avatar Jan 29 '22 01:01 webern