pub async fn async_run_function<F>(func: F) -> Result<(), JoinError>where F: AsyncRecoverableFunction,
Executes a recoverable function within a panic-safe context.
F
AsyncSpawnResult