(function() {var implementors = {}; implementors["futures_cpupool"] = ["impl<F> Executor<F> for CpuPool where
    F: Future<Item = (), Error = ()> + Send + 'static, 
",]; implementors["tokio_core"] = ["impl<F> Executor<F> for Core where
    F: Future<Item = (), Error = ()> + 'static, 
","impl<F> Executor<F> for Remote where
    F: Future<Item = (), Error = ()> + Send + 'static, 
","impl<F> Executor<F> for Handle where
    F: Future<Item = (), Error = ()> + 'static, 
",]; implementors["tokio_threadpool"] = ["impl<T> Executor<T> for Sender where
    T: Future<Item = (), Error = ()> + Send + 'static, 
",]; if (window.register_implementors) { window.register_implementors(implementors); } else { window.pending_implementors = implementors; } })()