Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxsql
/ Coroutine
Method
Coroutine
phxsqlproxy/phxcoroutine.cpp:42–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
Coroutine::Coroutine() {
43
routine_ = NULL;
44
routine_idx_ = 0;
45
}
46
47
Coroutine::~Coroutine() {
48
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected