llarp::EventLoopRepeater

holds a repeated task on the event loop; the task is removed on destruction

#include <ev.hpp>

Public Functions

Name
virtual ~EventLoopRepeater() =default
virtual void start(llarp_time_t every, std::function< void()> task) =0

Public Functions Documentation

function ~EventLoopRepeater

virtual ~EventLoopRepeater() =default

function start

virtual void start(
    llarp_time_t every,
    std::function< void()> task
) =0

Updated on 2026-01-10 at 22:49:45 +0000