Crate async_ctx

Source
Expand description

Asynchronous contexts.

Structsยง

Context
A future that can be completed externally as an asynchronous cancellation mechanism.
Guard
A RAII guard that will complete its source context when dropped.