Go to the source code of this file.
Namespaces | |
nfd | |
Copyright (c) 2011-2015 Regents of the University of California. | |
nfd::scheduler | |
Functions | |
Scheduler & | nfd::scheduler::getGlobalScheduler () |
EventId | nfd::scheduler::schedule (const time::nanoseconds &after, const Scheduler::Event &event) |
schedule an event More... | |
void | nfd::scheduler::cancel (const EventId &eventId) |
cancel a scheduled event More... | |
void | nfd::scheduler::resetGlobalScheduler () |
Variables | |
static boost::thread_specific_ptr< Scheduler > | nfd::scheduler::g_scheduler |