Struct sentry_rs::ThreadState [] [src]

pub struct ThreadState<'a> { /* fields omitted */ }

The Thread State of the listening Worker that sends items off to sentry. Contains a single atomic boolean for knowing whether or not it's alive cross threads.

Trait Implementations

impl<'a> Drop for ThreadState<'a>
[src]

[src]

"Drops" the Thread State (kills off the thread, and sets itself to not alive).