MCPcopy Create free account
hub / github.com/cinder/Cinder / get_future

Method get_future

include/asio/impl/use_future.hpp:299–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297 typedef std::future<T> future_type;
298
299 future_type get_future()
300 {
301 return p_->get_future();
302 }
303
304protected:
305 template <typename Allocator>

Callers 9

async_resultMethod · 0.80
async_resultMethod · 0.80
shutdownMethod · 0.80
syncMethod · 0.80
winrt_async_managerClass · 0.80
promise_async_resultMethod · 0.80
packaged_async_resultMethod · 0.80
dispatchSyncMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected