[−][src]Trait drone_core::proc_loop::Context
A token that allows suspending synchronous code.
Required methods
pub unsafe fn new() -> Self[src]
pub fn req(self, req: Req) -> ReqRes[src]
Makes a new request req.
This method suspends execution of the current task allowing to escape from synchronous code.