#include <userver/testsuite/periodic_task_control.hpp>
Periodic task control interface for testsuite.
All methods are coro-safe.
Definition at line 23 of file periodic_task_control.hpp.
Public Member Functions | |
bool | RunPeriodicTask (const std::string &name) |
void | SuspendPeriodicTasks (const std::unordered_set< std::string > &names) |
|
friend |
Definition at line 29 of file periodic_task_control.hpp.