![]() |
Kurlyk
|
Manages and processes network tasks such as HTTP requests and WebSocket events in a separate thread. More...
Go to the source code of this file.
Classes | |
class | kurlyk::core::NetworkWorker |
Singleton worker that manages asynchronous network operations, including HTTP requests and WebSocket events. More... | |
Namespaces | |
namespace | kurlyk |
Primary namespace for the Kurlyk library, encompassing initialization, request management, and utility functions. | |
namespace | kurlyk::core |
Macros | |
#define | _KURLYK_NETWORK_WORKER_HPP_INCLUDED |
#define | KURLYK_HANDLE_ERROR(e, msg) |
Manages and processes network tasks such as HTTP requests and WebSocket events in a separate thread.
Definition in file NetworkWorker.hpp.
#define _KURLYK_NETWORK_WORKER_HPP_INCLUDED |
Definition at line 3 of file NetworkWorker.hpp.
#define KURLYK_HANDLE_ERROR | ( | e, | |
msg ) |
Definition at line 8 of file NetworkWorker.hpp.