Crate context_async

Source

Structs§

Enums§

Traits§

  • The Context trait defines the required methods for Context. It can define a duration, be cancellable, and immediately cancel async functions if the processing time exceeds the allowed duration without being cancelled. Additionally, the Context can spawn child contexts.

Type Aliases§

Attribute Macros§