MCPcopy Create free account
hub / github.com/Tencent/libco / stEnv_t

Class stEnv_t

example_cond.cpp:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 int id;
28};
29struct stEnv_t
30{
31 stCoCond_t* cond;
32 queue<stTask_t*> task_queue;
33};
34void* Producer(void* args)
35{
36 co_enable_hook_sys();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected