wasmcloud_provider_sdk::provider

Function handle_provider_commands

Source
pub async fn handle_provider_commands(
    provider: impl Provider,
    connection: &ProviderConnection,
    quit_rx: Receiver<()>,
    quit_tx: Sender<()>,
    __arg4: ProviderCommandReceivers,
)
Expand description

Handle provider commands in a loop.