[][src]Crate async_ctx

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.