Kurlyk
Loading...
Searching...
No Matches
core.hpp File Reference

Aggregates core infrastructure components such as task manager interface and the network worker. More...

#include <atomic>
#include <chrono>
#include <string>
#include <cstring>
#include <functional>
#include <future>
#include <vector>
#include <list>
#include <set>
#include <unordered_map>
#include <system_error>
#include <memory>
#include <mutex>
#include <condition_variable>
#include <thread>
#include "types.hpp"
#include "utils.hpp"
#include "core/INetworkTaskManager.hpp"
#include "core/NetworkWorker.hpp"

Go to the source code of this file.

Macros

#define _KURLYK_CORE_HPP_INCLUDED
 

Detailed Description

Aggregates core infrastructure components such as task manager interface and the network worker.

Definition in file core.hpp.

Macro Definition Documentation

◆ _KURLYK_CORE_HPP_INCLUDED

#define _KURLYK_CORE_HPP_INCLUDED

Definition at line 3 of file core.hpp.