devicesbus stage
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
// 定义管道引擎 包含队列、运行状态、工作线程、计数器、插件管理器
|
||||
// 队列是用来存储管道上下文的
|
||||
// 运行状态是用来控制引擎的运行和停止的
|
||||
// 工作线程是用来处理管道上下文的
|
||||
// 计数器是用来统计管道上下文的数量和错误数量的
|
||||
// 插件管理器是用来管理插件的
|
||||
#include <atomic>
|
||||
#include <memory>
|
||||
#include <thread>
|
||||
|
||||
Reference in New Issue
Block a user