Struct promiser::promise::Promiser [] [src]

pub struct Promiser<T: Send + 'static> { /* fields omitted */ }

Methods

impl<T: Send + 'static> Promiser<T>
[src]

only call manually if you intend to destroy the promise

Trait Implementations

impl<T: Send + 'static> Drop for Promiser<T>
[src]

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