Struct dyon::Thread [] [src]

pub struct Thread {
    pub handle: Option<Arc<Mutex<JoinHandle<Result<Variable, String>>>>>,
}

Fields

Methods

impl Thread
[src]

[src]

[src]

Removes the thread handle from the stack. This is to prevent an extra reference when resolving the variable.

Trait Implementations

impl Clone for Thread
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Thread
[src]

[src]

Formats the value using the given formatter.