Module tokio::runtime::dump

source ·
Available on crate feature rt only.
Expand description

Snapshots of runtime state.

See Handle::dump.

Structs§

  • A snapshot of a runtime’s state.
  • A snapshot of a task.
  • Snapshots of tasks.
  • An execution trace of a task’s last poll.