MCPcopy 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"
24using namespace std;
25struct stTask_t
26{
27 int id;
28};
29struct stEnv_t
30{
31 stCoCond_t* cond;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected