MCPcopy Create free account
hub / github.com/ChunelFeng/CThreadPool / CFunctionType

Enum CFunctionType

src/CBasic/CFuncType.h:30–34  ·  view source on GitHub ↗

* 描述函数类型 */

Source from the content-addressed store, hash-verified

28 * 描述函数类型
29 */
30enum class CFunctionType {
31 INIT = 1, /** 初始化函数 */
32 RUN = 2, /** 执行函数 */
33 DESTROY = 3 /** 释放函数 */
34};
35
36/** 开启函数流程 */
37#define CGRAPH_FUNCTION_BEGIN \

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected