[][src]Trait batbox::_

pub trait _ {
    fn spawn<T: Send + 'static, F: FnOnce() -> T + Send + 'static>(
        &self,
        f: F
    ) -> Receiver<T>; }

Required methods

fn spawn<T: Send + 'static, F: FnOnce() -> T + Send + 'static>(
    &self,
    f: F
) -> Receiver<T>

Loading content...

Implementations on Foreign Types

impl ThreadPoolExt for ThreadPool[src]

Loading content...

Implementors

Loading content...