pub async fn async_recoverable_spawn_catch<F, E>(
function: F,
error_handle_function: E,
) -> Result<(), JoinError>where
F: AsyncRecoverableFunction,
E: AsyncErrorHandlerFunction,
pub async fn async_recoverable_spawn_catch<F, E>(
function: F,
error_handle_function: E,
) -> Result<(), JoinError>where
F: AsyncRecoverableFunction,
E: AsyncErrorHandlerFunction,