/third_party/rust/crates/tracing/examples/examples/ |
D | tower-server.rs | 33 type Future = future::Ready<Result<Self::Response, Self::Error>>; typedef 39 fn call(&mut self, req: Request<Body>) -> Self::Future { in call() 74 type Future = future::Ready<Result<Self::Response, Self::Error>>; typedef 80 fn call(&mut self, _: T) -> Self::Future { in call()
|
D | tower-load.rs | 93 type Future = Ready<Result<Self::Response, Self::Error>>; typedef 99 fn call(&mut self, req: Request<Body>) -> Self::Future { in call() 178 type Future = Ready<Result<Self::Response, Self::Error>>; typedef 184 fn call(&mut self, _: T) -> Self::Future { in call() 207 type Future = Ready<Result<Self::Response, Self::Error>>; typedef 213 fn call(&mut self, _: &'a AddrStream) -> Self::Future { in call() 224 type Future = Pin<Box<dyn Future<Output = Result<Response<Body>, Err>> + std::marker::Send>>; typedef 230 fn call(&mut self, req: Request<Body>) -> Self::Future { in call()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | ThreadPool.cpp | 84 auto Future = PackagedTask.get_future(); in asyncImpl() local 133 auto Future = std::async(std::launch::deferred, std::move(Task)).share(); in asyncImpl() local
|
/third_party/rust/crates/tracing/tracing-tower/src/ |
D | service_span.rs | 163 type Future = MakeFuture<M::Future>; typedef 169 fn call(&mut self, target: T) -> Self::Future { in call() 235 type Future = S::Future; typedef 242 fn call(&mut self, request: R) -> Self::Future { in call()
|
D | request_span.rs | 163 type Future = MakeFuture<S::Future, R, G>; typedef 169 fn call(&mut self, target: T) -> Self::Future { in call() 240 type Future = tracing::instrument::Instrumented<S::Future>; typedef 246 fn call(&mut self, request: R) -> Self::Future { in call()
|
/third_party/python/Lib/asyncio/ |
D | futures.py | 29 class Future: class 423 Future = _CFuture = _asyncio.Future variable
|
/third_party/rust/crates/tracing/tracing-mock/src/ |
D | lib.rs | 136 pub fn block_on_future<F>(future: F) -> F::Output in block_on_future()
|
/third_party/python/Lib/test/test_asyncio/ |
D | test_tasks.py | 109 Future = None variable in BaseTaskTests 2872 class Future(CommonFuture, BaseFuture): class 2971 Future = getattr(futures, '_CFuture', None) variable in CTask_CFuture_Tests 3002 Future = getattr(futures, '_CFuture', None) variable in CTask_CFuture_SubclassTests 3011 Future = futures._PyFuture variable in CTaskSubclass_PyFuture_Tests 3019 Future = getattr(futures, '_CFuture', None) variable in PyTask_CFutureSubclass_Tests 3028 Future = futures._PyFuture variable in CTask_PyFuture_Tests 3036 Future = getattr(futures, '_CFuture', None) variable in PyTask_CFuture_Tests 3043 Future = futures._PyFuture variable in PyTask_PyFuture_Tests 3049 Future = futures._PyFuture variable in PyTask_PyFuture_SubclassTests
|
/third_party/python/Lib/concurrent/futures/ |
D | _base.py | 315 class Future(object): class
|
/third_party/python/Lib/test/ |
D | test_inspect.py | 227 class Future: class
|