(function() {var implementors = {};
implementors["futures"] = [];
implementors["ocl"] = [{text:"impl Future for Event",synthetic:false,types:["ocl::standard::event::Event"]},{text:"impl Future for EventArray",synthetic:false,types:["ocl::standard::event::EventArray"]},{text:"impl Future for EventList",synthetic:false,types:["ocl::standard::event::EventList"]},{text:"impl<T> Future for FutureMemMap<T> where
T: OclPrm + 'static, ",synthetic:false,types:["ocl::async::future_mem_map::FutureMemMap"]},{text:"impl<V, G> Future for FutureGuard<V, G> where
G: OrderGuard<V>, ",synthetic:false,types:["ocl::async::order_lock::FutureGuard"]},{text:"impl<T: OclPrm> Future for FutureFlush<T>",synthetic:false,types:["ocl::async::buffer_sink::FutureFlush"]},{text:"impl<T: OclPrm> Future for FutureFlood<T>",synthetic:false,types:["ocl::async::buffer_stream::FutureFlood"]},];
implementors["qutex"] = [{text:"impl<T> Future for FutureGuard<T>",synthetic:false,types:["qutex::qutex::FutureGuard"]},{text:"impl<T> Future for FutureReadGuard<T>",synthetic:false,types:["qutex::qrw_lock::FutureReadGuard"]},{text:"impl<T> Future for FutureWriteGuard<T>",synthetic:false,types:["qutex::qrw_lock::FutureWriteGuard"]},];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()