Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/libco
/ stRoutineArgs_t
Class
stRoutineArgs_t
example_specific.cpp:26–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
#include <iostream>
25
using namespace std;
26
struct stRoutineArgs_t
27
{
28
stCoRoutine_t* co;
29
int routine_id;
30
};
31
struct stRoutineSpecificData_t
32
{
33
int idx;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected