We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e244bd commit c4d9981Copy full SHA for c4d9981
inc/dlms_bash.h
@@ -51,9 +51,9 @@ class IDlms {
51
virtual Plugin *GetPlugin(std::string &pluginName) = 0;
52
53
// 将需要工作的线程放到Push里面
54
- virtual uint32_t PushWork(Func workFunction) = 0;
+ virtual uint32_t PushWorker(Func workFunction) = 0;
55
// 如果某些函数不需要再执行了就Pop掉,之后主框架就不在执行该函数了
56
- virtual int32_t PopWork(uint32_t Index) = 0;
+ virtual int32_t PopWorker(uint32_t Index) = 0;
57
};
58
59
0 commit comments