Periodic Timer
|
Test scenarios for periodic_timer
class template.
More...
#include "catch2/catch_test_macros.hpp"
#include <chrono>
#include <thread>
#include <optional>
#include <system_error>
#include "asio/executor_work_guard.hpp"
#include "timer/periodic_timer.hpp"
Typedefs | |
using | wk_guard = asio::executor_work_guard<asio::io_context::executor_type> |
Variables | |
constexpr int | Expected = 9 |
int | count = 0 |
Test scenarios for periodic_timer
class template.
Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt)