MCPcopy Create free account
hub / github.com/bloomberg/quantum / get

Method get

quantum/impl/quantum_future_impl.h:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39template <class T>
40template <class V>
41NonBufferRetType<V> IThreadFuture<T>::get()
42{
43 return static_cast<Impl*>(this)->get();
44}
45
46template <class T>
47template <class V>

Callers 6

reinterpret_pointer_castFunction · 0.45
recursive_fibFunction · 0.45
TEST_PFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
jquery.jsFile · 0.45

Calls 1

ThrowFutureExceptionFunction · 0.85

Tested by 4

recursive_fibFunction · 0.36
TEST_PFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36