Struct thread_control::Flag [] [src]

pub struct Flag {
    // some fields omitted
}

Struct to check execution status of spawned thread.

Methods

impl Flag
[src]

Creates new flag.

Creates new Control to control this flag.

Check the flag isn't stopped or interrupted.

Trait Implementations

impl Drop for Flag
[src]

A method called when the value goes out of scope. Read more