Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/libco
/ stTask_t
Class
stTask_t
example_cond.cpp:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
#include
"co_routine.h"
24
using namespace std;
25
struct stTask_t
26
{
27
int id;
28
};
29
struct stEnv_t
30
{
31
stCoCond_t* cond;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected