Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/libco
/ OnCoroutineEvent
Function
OnCoroutineEvent
co_routine.cpp:834–838 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
832
}
833
}
834
void OnCoroutineEvent( stTimeoutItem_t * ap )
835
{
836
stCoRoutine_t *co = (stCoRoutine_t*)ap->pArg;
837
co_resume( co );
838
}
839
840
841
stCoEpoll_t *AllocEpoll()
Callers
nothing calls this directly
Calls
1
co_resume
Function · 0.85
Tested by
no test coverage detected