Module runtime

Module runtime 

Source
Expand description

Runtime utilities for bridging async/sync boundaries

This module provides utilities for executing async code in sync contexts, particularly for CLI commands that need to call async domain functions.

Functionsยง

block_on
Block on an async function with a generic return type
execute
Execute an async function in a sync context