|
proxygen
|
#include <folly/experimental/io/AsyncIO.h>#include <sys/eventfd.h>#include <cerrno>#include <ostream>#include <stdexcept>#include <string>#include <boost/intrusive/parent_from_member.hpp>#include <glog/logging.h>#include <folly/Exception.h>#include <folly/Format.h>#include <folly/Likely.h>#include <folly/String.h>#include <folly/portability/Unistd.h>Go to the source code of this file.
Namespaces | |
| folly | |
| —— Concurrent Priority Queue Implementation —— | |
Macros | |
| #define | X(c) |
Functions | |
| std::ostream & | folly::operator<< (std::ostream &os, const AsyncIOOp &op) |
| std::ostream & | folly::operator<< (std::ostream &os, AsyncIOOp::State state) |
Definition at line 318 of file AsyncIO.cpp.