|
libqi-api
2.8.7.4
|
#include <boost/thread/synchronized_value.hpp>#include <boost/function.hpp>#include <qi/types.hpp>#include <qi/api.hpp>#include <qi/clock.hpp>#include <qi/detail/executioncontext.hpp>#include <qi/detail/eventloop.hxx>#include <qi/async.hpp>Go to the source code of this file.
Classes | |
| class | qi::Future< T > |
| class | qi::EventLoop |
| Class to handle eventloop. . More... | |
| struct | qi::detail::TerminateThread |
Namespaces | |
| qi | |
| Deprecated in 2.5. Use int8_t from <cstdint>. | |
| qi::detail | |
Macros | |
| #define | _QI_EVENTLOOP_HPP_ |
Functions | |
| EventLoop * | qi::getEventLoop () |
| Returns the global eventloop, created on demand on first call. More... | |
| EventLoop * | qi::getNetworkEventLoop () |
| Returns the global network eventloop, created on demand on first call. More... | |
| void | qi::startEventLoop (int nthread) |
| Starts the eventloop with nthread threads. Does nothing if already started. More... | |
| #define _QI_EVENTLOOP_HPP_ |
Definition at line 8 of file eventloop.hpp.