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