|
proxygen
|
#include <experimental/coroutine>#include <future>#include <type_traits>#include <folly/Optional.h>#include <folly/experimental/coro/Traits.h>#include <folly/experimental/coro/Wait.h>#include <folly/futures/Future.h>Go to the source code of this file.
Namespaces | |
| folly | |
| —— Concurrent Priority Queue Implementation —— | |
| folly::coro | |
Functions | |
| template<typename Awaitable > | |
| TimedWaitAwaitable< std::decay_t< Awaitable > > | folly::coro::timed_wait (Awaitable &&awaitable, std::chrono::milliseconds duration) |