xcal
基于 C++23 的现代图形渲染引擎
|
#include <condition_variable>
#include <functional>
#include <iostream>
#include <mutex>
#include <ostream>
#include <queue>
#include <thread>
#include "./message.hpp"
类 | |
class | xclogger::AsyncOstreamLogSubmitStream |
命名空间 | |
namespace | xclogger |
宏定义 | |
#define | XCLOG_ENABLE_ASYNCSTREAMLOGSUBMITSTREAM() |
#define | XCLOG_ENABLE_ASYNCSTREAMLOGSUBMITSTREAM_WITH_PROXY(os, proxy_func) |
#define XCLOG_ENABLE_ASYNCSTREAMLOGSUBMITSTREAM | ( | ) |
在文件 asyncostreamlogsubmitstream.hpp 第 236 行定义.
#define XCLOG_ENABLE_ASYNCSTREAMLOGSUBMITSTREAM_WITH_PROXY | ( | os, | |
proxy_func | |||
) |
在文件 asyncostreamlogsubmitstream.hpp 第 241 行定义.