[][src]Trait polyhorn_ios::hooks::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...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...