mirror of
https://gitlab.com/niansa/libcrosscoro.git
synced 2025-03-06 20:53:32 +01:00
8 lines
121 B
C++
8 lines
121 B
C++
#include "coro/engine.hpp"
|
|
|
|
namespace coro
|
|
{
|
|
|
|
std::atomic<uint32_t> engine::m_engine_id_counter{0};
|
|
|
|
} // namespace coro
|