
Go to the source code of this file.
Namespaces | |
| nfd | |
| Copyright (c) 2011-2015 Regents of the University of California.  | |
| nfd::detail | |
Functions | |
| detail::SimulatorIo & | nfd::getGlobalIoService () | 
| detail::SimulatorIo & | nfd::getMainIoService () | 
| detail::SimulatorIo & | nfd::getRibIoService () | 
| void | nfd::runOnMainIoService (const std::function< void()> &f) | 
| run a function on the main io_service instance  More... | |
| void | nfd::runOnRibIoService (const std::function< void()> &f) | 
| run a function on the RIB io_service instance  More... | |