Poco::Util

template < typename Fn >

class TimerFunc

File Information

Library: Util
Package: Timer
Header: Poco/Util/TimerTask.h

Description

A simple adapter that allows using a functor or lambda with Poco::Util::Timer, used by timerFunc().

Inheritance

Direct Base Classes: TimerTask

All Base Classes: Poco::RefCountedObject, Poco::Runnable, TimerTask

Member Summary

Member Functions: run

Inherited Functions: cancel, duplicate, isCancelled, lastExecution, referenceCount, release, run, updateLastExecution

Constructors

TimerFunc inline

explicit TimerFunc(
    const Fn & fn
);

TimerFunc inline

explicit TimerFunc(
    Fn && fn
);

Member Functions

run virtual inline

void run();