[][src]Trait bastion::spawn::RuntimeSpawn

pub trait RuntimeSpawn {
    fn spawn<F, M>(thunk: F, msg: M) -> BastionChildren
    where
        F: BastionClosure,
        M: Message
; }

Required methods

fn spawn<F, M>(thunk: F, msg: M) -> BastionChildren where
    F: BastionClosure,
    M: Message

Loading content...

Implementors

Loading content...