Home
last modified time | relevance | path

Searched refs:getException (Results 1 – 2 of 2) sorted by relevance

/thrift-3.4.0/lib/d/src/thrift/util/
Dfuture.d109 Exception getException(); in TFuture()
157 override Exception getException() { in getException() function
257 exception_ = future.getException(); in synchronized()
465 exceptions_ ~= future.getException(); in TFutureAggregatorRange()
/thrift-3.4.0/lib/d/src/thrift/codegen/
Dasync_client_pool.d278 auto e = future.getException(); in executeOnPool()
482 Exception getException() { in getException() function
483 return resultPromise_.getException(); in getException()
502 auto e = future.getException();
798 exceptions_ ~= f.getException();
845 Exception getException() { in getException() function