|
libqi-api
2.1.4.13
|
#include <boost/shared_ptr.hpp>#include <boost/function.hpp>#include <qi/types.hpp>#include <qi/api.hpp>#include <qi/details/eventloop.hxx>Go to the source code of this file.
Classes | |
| class | qi::Future< T > |
| class | qi::EventLoop |
Namespaces | |
| boost | |
| boost::asio | |
| qi | |
| qi general namespace | |
| qi::detail | |
Macros | |
| #define | _QI_EVENTLOOP_HPP_ |
Functions | |
| EventLoop * | qi::getEventLoop () |
| Return the global eventloop, created on demand on first call. More... | |
| void | qi::startEventLoop (int nthread) |
| Start the eventloop with nthread threads. No-op if already started. More... | |
| boost::asio::io_service & | qi::getIoService () |
| Return the io_service used by the global event loop. More... | |
| QI_API_DEPRECATED EventLoop * | qi::getDefaultNetworkEventLoop () |
| QI_API_DEPRECATED EventLoop * | qi::getDefaultObjectEventLoop () |
| Return a default context for other uses. More... | |
| QI_API_DEPRECATED EventLoop * | qi::getDefaultThreadPoolEventLoop () |
| Return a default thread pool context. More... | |
| #define _QI_EVENTLOOP_HPP_ |
Definition at line 8 of file eventloop.hpp.