C++ Actor Framework 0.19
|
A concrete datagram_handler with a technology-dependent policy. More...
#include <datagram_handler_impl.hpp>
Inherits caf::io::network::datagram_handler.
Public Member Functions | |
template<class... Ts> | |
datagram_handler_impl (default_multiplexer &mpx, native_socket sockfd, Ts &&... xs) | |
void | handle_event (io::network::operation op) override |
Returns true once the requested operation is done, i.e., to signalize the multiplexer to remove this handler. | |
A concrete datagram_handler with a technology-dependent policy.
|
overridevirtual |
Returns true once the requested operation is done, i.e., to signalize the multiplexer to remove this handler.
The handler remains in the event loop as long as it returns false.
Implements caf::io::network::event_handler.