Function wpexec::main_async

source ·
pub(crate) async fn main_async(core: &Core, args: &Args) -> Result<()>
Expand description

Load the script specified by Args and connect to the PipeWire daemon.

Once this function returns, the script will continue to run in the background until the service is interrupted.