crb-core-std 0.0.38

CRB | Composable Runtime Blocks | STD
Documentation
1
2
3
4
5
//! This module provides a simple wrapper
//! around the `tokio::task` module.

pub use tokio::task::{JoinHandle, spawn_blocking};
pub use tokio::{spawn, task::spawn_local};