proxygen
AsyncIO.cpp File Reference
#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)
 

Macro Definition Documentation

#define X (   c)
Value:
case c: \
char c

Definition at line 318 of file AsyncIO.cpp.