Module task

Source
Expand description

Diagnostic types and functions for Zebra tasks:

  • OS thread handling
  • async future task handling
  • errors and panics

Modules§

future
Diagnostic types and functions for Zebra async future tasks:
thread
Diagnostic types and functions for Zebra OS thread tasks:

Traits§

CheckForPanics
A trait that checks a task’s return value for panics.
WaitForPanics
A trait that waits for a task to finish, then handles panics and cancellations.