(function() {var implementors = {};
implementors["futures"] = [];
implementors["ocl"] = ["impl Future for Event","impl Future for EventArray","impl Future for EventList","impl<T> Future for FutureMemMap<T> where
T: OclPrm + 'static, ","impl<V, G> Future for FutureGuard<V, G> where
G: OrderGuard<V>, ","impl<T: OclPrm> Future for FutureFlush<T>","impl<T: OclPrm> Future for FutureFlood<T>",];
implementors["qutex"] = ["impl<T> Future for FutureGuard<T>","impl<T> Future for FutureReadGuard<T>","impl<T> Future for FutureWriteGuard<T>",];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()