Struct plumber_rs::servlet::AsyncTaskHandle[][src]

pub struct AsyncTaskHandle {}

The type for the async task handle

An async task handle is the handle issued by the Plumber framework as an identifier for each async task. Some async task control operation can be done with this handle

TODO: We need to make implement the language-binding for async task control APIs

Auto Trait Implementations