MCPcopy 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>
25using namespace std;
26struct stRoutineArgs_t
27{
28 stCoRoutine_t* co;
29 int routine_id;
30};
31struct stRoutineSpecificData_t
32{
33 int idx;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected