NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
signal.hpp 文件参考

跨平台信号处理系统 更多...

#include "NeForce/core/async/atomic.hpp"
#include "NeForce/core/async/condition_variable.hpp"
#include "NeForce/core/async/thread.hpp"
#include "NeForce/core/container/unordered_map.hpp"
#include "NeForce/core/container/vector.hpp"
#include "NeForce/core/functional/function.hpp"
#include "NeForce/core/system/system_event.hpp"
#include <consoleapi.h>
#include <windef.h>
#include <wingdi.h>
#include <wincon.h>
#include <csignal>
signal.hpp 的引用(Include)关系图:

浏览该文件的源代码.

class  system_signal_manager
 信号管理器 更多...
class  signal_guard
 信号守卫 更多...

详细描述

跨平台信号处理系统

提供线程安全、异步信号安全的统一信号管理接口。

在文件 signal.hpp 中定义.