#include "scheduler.hpp"
Go to the source code of this file.
Namespaces | |
| ns3 | |
| Copyright (c) 2011-2015 Regents of the University of California.  | |
| nfd | |
| Copyright (c) 2011-2015 Regents of the University of California.  | |
| nfd::scheduler | |
Functions | |
| EventId | nfd::scheduler::schedule (const time::nanoseconds &after, const std::function< void()> &event) | 
| schedule an event  More... | |
| void | nfd::scheduler::cancel (const EventId &eventId) | 
| cancel a scheduled event  More... | |