Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/libco
/ co_release
Function
co_release
co_routine.cpp:540–543 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
538
free( co );
539
}
540
void co_release( stCoRoutine_t *co )
541
{
542
co_free( co );
543
}
544
545
void co_swap(stCoRoutine_t* curr, stCoRoutine_t* pending_co);
546
Callers
nothing calls this directly
Calls
1
co_free
Function · 0.85
Tested by
no test coverage detected