#include "core/config.hpp"
#include <boost/asio/io_context.hpp>
#include <ndn-cxx/util/scheduler.hpp>
Go to the source code of this file.
Namespaces | |
nfd | |
-status-http-server | |
Functions | |
boost::asio::io_context & | nfd::getGlobalIoService () |
Returns the global io_context instance for the calling thread. More... | |
boost::asio::io_context & | nfd::getMainIoService () |
boost::asio::io_context & | nfd::getRibIoService () |
ndn::Scheduler & | nfd::getScheduler () |
Returns the global Scheduler instance for the calling thread. More... | |
void | nfd::setMainIoService (boost::asio::io_context *mainIo) |
void | nfd::setRibIoService (boost::asio::io_context *ribIo) |