|
tsm 0.1.0
|
#include "EventQueue.h"#include "Event.h"#include <catch2/catch.hpp>#include <future>
Typedefs | |
| using | EventQueue = tsm::EventQueueT< tsm::Event, std::mutex > |
Functions | |
| TEST_CASE ("TestEventQueue - testSingleEvent") | |
| TEST_CASE ("TestEventQueue - testAddFrom100Threads") | |
| using EventQueue = tsm::EventQueueT<tsm::Event, std::mutex> |
| TEST_CASE | ( | "TestEventQueue - testAddFrom100Threads" | ) |
| TEST_CASE | ( | "TestEventQueue - testSingleEvent" | ) |