MCPcopy 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
61void Coroutine::resume() {
62 co_resume(routine_);
63}
64
65void Coroutine::yield() {
66 co_yield_ct();

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected