[][src]Trait polyhorn_core::UseAsync

pub trait UseAsync {
    fn use_async<F>(&mut self, key: Key, task: F)
    where
        F: Future<Output = ()> + 'static
; }

Required methods

fn use_async<F>(&mut self, key: Key, task: F) where
    F: Future<Output = ()> + 'static, 

Loading content...

Implementors

impl<'a, P: ?Sized> UseAsync for Manager<'a, P> where
    P: Platform
[src]

Loading content...