Module collective::thread::monitor

source ·
Expand description

Utilities for monitoring when a thread has panicked.

Multi-threaded applications may have to react to panics in individual threads. This module provides an implementation of an abstraction to do exactly this, ThreadMonitor.

Structs

A thread panic monitor.

Enums

Error type for ThreadMonitor

Type Definitions

Result type for ThreadMonitor methods.