proxygen
Event.h File Reference
#include <event.h>
#include <folly/net/detail/SocketFileDescriptorMap.h>

Go to the source code of this file.

Namespaces

 folly
 —— Concurrent Priority Queue Implementation ——
 

Typedefs

using folly::libevent_fd_t = int
 
using folly::EventSetCallback = void(*)(libevent_fd_t, short, void *)
 

Functions

libevent_fd_t folly::getLibeventFd (int fd)
 
int folly::libeventFdToFd (libevent_fd_t fd)
 
void folly::folly_event_set (event *e, int fd, short s, EventSetCallback f, void *arg)