Choreonoid  1.8
Public Member Functions | List of all members
cnoid::QueuedCaller Class Reference

#include <LazyCaller.h>

Public Member Functions

 QueuedCaller ()
 
virtual ~QueuedCaller ()
 
void callLater (const std::function< void()> &function, int priority=LazyCaller::NormalPriority)
 
void cancel ()
 

Constructor & Destructor Documentation

◆ QueuedCaller()

QueuedCaller::QueuedCaller ( )

All the queued functions that have not been executed are canceled in the destructor.

◆ ~QueuedCaller()

QueuedCaller::~QueuedCaller ( )
virtual

Member Function Documentation

◆ callLater()

void QueuedCaller::callLater ( const std::function< void()> &  function,
int  priority = LazyCaller::NormalPriority 
)

◆ cancel()

void QueuedCaller::cancel ( )

The documentation for this class was generated from the following files: