pub async fn async_recoverable_spawn<F>(function: F) -> Result<(), JoinError>where F: AsyncRecoverableFunction,
Spawns a recoverable function.
F
AsyncSpawnResult