scheduler.hpp File Reference
#include "common.hpp"
#include <ndn-cxx/util/scheduler.hpp>
+ Include dependency graph for scheduler.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  nfd::scheduler::ScopedEventId
 cancels an event automatically upon destruction More...
 

Namespaces

 nfd
 Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents, Colorado State University, University Pierre & Marie Curie, Sorbonne University, Washington University in St.
 
 nfd::scheduler
 

Functions

void nfd::scheduler::cancel (const EventId &eventId)
 cancel a scheduled event More...
 
EventId nfd::scheduler::schedule (time::nanoseconds after, const EventCallback &event)
 schedule an event More...