(function() {var implementors = {};
implementors["tokio_executor"] = [];
implementors["tokio_reactor"] = [{"text":"impl Park for Reactor","synthetic":false,"types":["tokio_reactor::Reactor"]}];
implementors["tokio_threadpool"] = [{"text":"impl Park for DefaultPark","synthetic":false,"types":["tokio_threadpool::park::default_park::DefaultPark"]}];
implementors["tokio_timer"] = [{"text":"impl<T, N> Park for Timer<T, N> where
T: Park,
N: Now, ","synthetic":false,"types":["tokio_timer::timer::Timer"]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()