Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cameron314/concurrentqueue
/ moodycamel_cq_destroy
Function
moodycamel_cq_destroy
c_api/concurrentqueue.cpp:18–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
}
17
18
int moodycamel_cq_destroy(MoodycamelCQHandle handle)
19
{
20
delete reinterpret_cast<MoodycamelCQPtr>(handle);
21
return 1;
22
}
23
24
int moodycamel_cq_enqueue(MoodycamelCQHandle handle, MoodycamelValue value)
25
{
Callers
4
c_api_create
Method · 0.85
c_api_enqueue
Method · 0.85
c_api_try_dequeue
Method · 0.85
c_api_destroy
Method · 0.85
Calls
no outgoing calls
Tested by
4
c_api_create
Method · 0.68
c_api_enqueue
Method · 0.68
c_api_try_dequeue
Method · 0.68
c_api_destroy
Method · 0.68