22 #include <boost/asio/io_service.hpp> 45 boost::asio::io_service& getIoService();
49 boost::asio::io_service* m_io_service;
Acts as a single entrypoint to Eris.
Definition: Session.h:39
Every Eris class and type lives inside the Eris namespace; certain utility functions live in the Util...
Definition: Account.cpp:34
Handles polling of the IO system as well as making sure that registered handlers are run on the main ...
Definition: EventService.h:43