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

Method pull

quantum/impl/quantum_future_impl.h:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53template <class T>
54template <class V>
55BufferRetType<V> IThreadFuture<T>::pull(bool& isBufferClosed)
56{
57 return static_cast<Impl*>(this)->pull(isBufferClosed);
58}
59
60//==============================================================================================
61// class ICoroFuture

Callers 1

TEST_PFunction · 0.45

Calls 1

ThrowFutureExceptionFunction · 0.85

Tested by 1

TEST_PFunction · 0.36