MCPcopy Create free account
hub / github.com/Tencent/phxsql / SetRoutineIdx

Method SetRoutineIdx

phxsqlproxy/phxcoroutine.cpp:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void Coroutine::SetRoutineIdx(int routine_idx) {
51 routine_idx_ = routine_idx;
52}
53
54int Coroutine::start() {
55 co_create(&routine_, NULL, RoutineRun, this);

Callers 1

RoutineRunFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected