Home
last modified time | relevance | path

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

/dports/devel/folly/folly-2021.12.27.00/folly/experimental/coro/
H A DRustAdaptors.h158 if (!nextFuture_) { in poll()
159 nextFuture_.emplace(getNext()); in poll()
162 auto nextPoll = nextFuture_->poll(std::move(waker)); in poll()
167 nextFuture_.reset(); in poll()
181 Optional<PollFuture<Optional<T>>> nextFuture_; variable