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

Class stRoutineSpecificData_t

example_specific.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 int routine_id;
30};
31struct stRoutineSpecificData_t
32{
33 int idx;
34};
35
36CO_ROUTINE_SPECIFIC(stRoutineSpecificData_t, __routine);
37

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected