proxygen
Utils.h File Reference
#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.

Classes

class  folly::coro::AwaitableReady< T >
 
class  folly::coro::AwaitableReady< void >
 
class  folly::coro::TimedWaitAwaitable< Awaitable >
 
class  folly::coro::TimedWaitAwaitable< Awaitable >::SharedState
 

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)