userver: testsuite::PeriodicTaskControl Class Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
testsuite::PeriodicTaskControl Class Referencefinal

Periodic task control interface for testsuite. More...

#include <userver/testsuite/periodic_task_control.hpp>

Public Member Functions

bool RunPeriodicTask (const std::string &name)
 
void SuspendPeriodicTasks (const std::unordered_set< std::string > &names)
 

Friends

class PeriodicTaskRegistrationHolder
 

Detailed Description

Periodic task control interface for testsuite.

All methods are coro-safe.

Definition at line 23 of file periodic_task_control.hpp.

Friends And Related Symbol Documentation

◆ PeriodicTaskRegistrationHolder

friend class PeriodicTaskRegistrationHolder
friend

Definition at line 29 of file periodic_task_control.hpp.


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