#include <list>
#include <memory>
#include <string>
#include <utility>
#include <cloe/handler.hpp>
#include <cloe/trigger.hpp>
Go to the source code of this file.
|
|
template<typename E , typename... Ctx> |
| using | cloe::DirectCallbackPtr = std::shared_ptr< DirectCallback< E, Ctx... > > |
| |
|
| enum | cloe::HandlerType { cloe::HandlerType::STATIC,
cloe::HandlerType::DYNAMIC,
cloe::HandlerType::BUFFERED
} |
| |
◆ HandlerType
A Handler accesses data from an asynchronous content.
In order to provide safety and performance, the form of content that the handler accesses must be specified.