libevent Handler Provider Definitions More...
#include "config.h"#include <cerrno>#include <cstring>#include <exception>#include <fcntl.h>#include <unistd.h>#include <scalestack/event/libevent/handler_provider.h>#include <event.h>#include <scalestack/event/handler.h>#include <stdint.h>#include <vector>#include <scalestack/threading/mutex.h>#include <memory>#include <scalestack/kernel/core.h>#include <scalestack/kernel/module.h>#include <scalestack/threading/service.h>Go to the source code of this file.
Namespaces | |
| namespace | scalestack |
| namespace | scalestack::event |
| namespace | scalestack::event::libevent |
Functions | |
| void | scalestack::event::libevent::handler_provider_callback (int file_descriptor, short events, void *context) |
libevent Handler Provider Definitions
Definition in file handler_provider.cc.
1.6.3