Crate tokio_tree_context

Source

Structsยง

Context
A context that can be used to spawn tokio tasks Cancelling the context (or dropping it) will cancel all async tasks spawn by this context You can create child context too.