Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cameron314/concurrentqueue
/ next_prod
Method
next_prod
concurrentqueue.h:1757–1757 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1755
}
1756
1757
inline ProducerBase* next_prod() const { return static_cast<ProducerBase*>(next); }
1758
1759
inline size_t size_approx() const
1760
{
Callers
9
~ConcurrentQueue
Method · 0.80
try_dequeue
Method · 0.80
try_dequeue_non_interleaved
Method · 0.80
try_dequeue_bulk
Method · 0.80
size_approx
Method · 0.80
update_current_producer_after_rotation
Method · 0.80
getFor
Method · 0.80
recycle_or_create_producer
Function · 0.80
reown_producers
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected