MCPcopy 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}
834void OnCoroutineEvent( stTimeoutItem_t * ap )
835{
836 stCoRoutine_t *co = (stCoRoutine_t*)ap->pArg;
837 co_resume( co );
838}
839
840
841stCoEpoll_t *AllocEpoll()

Callers

nothing calls this directly

Calls 1

co_resumeFunction · 0.85

Tested by

no test coverage detected