Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cameron314/concurrentqueue
/ internal_push
Method
internal_push
benchmarks/tbb/concurrent_queue.cpp:376–378 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
374
}
375
376
void concurrent_queue_base_v3::internal_push( const void* src ) {
377
internal_insert_item( src, copy );
378
}
379
380
void concurrent_queue_base_v8::internal_push_move( const void* src ) {
381
internal_insert_item( src, move );
Callers
1
push
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected