Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxsql
/ resume
Method
resume
phxsqlproxy/phxcoroutine.cpp:61–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
void Coroutine::resume() {
62
co_resume(routine_);
63
}
64
65
void Coroutine::yield() {
66
co_yield_ct();
Callers
1
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected