bottlerocket-test-system
bottlerocket-test-system copied to clipboard
use tokio::process::command
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.