(function() {var implementors = {}; implementors["futures_cpupool"] = [{"text":"impl<F> Executor<F> for CpuPool where
    F: Future<Item = (), Error = ()> + Send + 'static, 
","synthetic":false,"types":["futures_cpupool::CpuPool"]}]; implementors["tokio_core"] = [{"text":"impl<F> Executor<F> for Core where
    F: Future<Item = (), Error = ()> + 'static, 
","synthetic":false,"types":["tokio_core::reactor::Core"]},{"text":"impl<F> Executor<F> for Remote where
    F: Future<Item = (), Error = ()> + Send + 'static, 
","synthetic":false,"types":["tokio_core::reactor::Remote"]},{"text":"impl<F> Executor<F> for Handle where
    F: Future<Item = (), Error = ()> + 'static, 
","synthetic":false,"types":["tokio_core::reactor::Handle"]}]; implementors["tokio_current_thread"] = [{"text":"impl<F> Executor<F> for TaskExecutor where
    F: Future<Item = (), Error = ()> + 'static, 
","synthetic":false,"types":["tokio_current_thread::TaskExecutor"]}]; implementors["tokio_executor"] = [{"text":"impl<T> Executor<T> for DefaultExecutor where
    T: Future<Item = (), Error = ()> + Send + 'static, 
","synthetic":false,"types":["tokio_executor::global::DefaultExecutor"]}]; implementors["tokio_threadpool"] = [{"text":"impl<T> Executor<T> for Sender where
    T: Future<Item = (), Error = ()> + Send + 'static, 
","synthetic":false,"types":["tokio_threadpool::sender::Sender"]}]; if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()