Future type holding the result of invoking an element of range R.
Synopsis
Declared in <util/threadpool.h>
template<class R>
using RangeFuture = Future<std::ranges::range_reference_t<R>>;
Created with MrDocs
Future type holding the result of invoking an element of range R.
Declared in <util/threadpool.h>
template<class R>
using RangeFuture = Future<std::ranges::range_reference_t<R>>;
Created with MrDocs