(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"]},]; if (window.register_implementors) { window.register_implementors(implementors); } else { window.pending_implementors = implementors; } })()