socket: Unified Soket thread management.

This commit is contained in:
2025-06-19 11:59:32 +08:00
parent beaadfbf85
commit b2aa0d3752
17 changed files with 235 additions and 88 deletions

View File

@@ -38,6 +38,8 @@ struct FrameBuffer {
QString fid;
QString tid;
FrameBufferType type = FBT_NONE;
bool sendRet;
std::function<void(QSharedPointer<FrameBuffer>)> call{};
};
class Protocol