MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / inner_enqueue_bulk

Method inner_enqueue_bulk

deps/concurrentqueue/concurrentqueue.h:1359–1362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1357
1358 template<AllocationMode canAlloc, typename It>
1359 inline bool inner_enqueue_bulk(producer_token_t const& token, It itemFirst, size_t count)
1360 {
1361 return static_cast<ExplicitProducer*>(token.producer)->ConcurrentQueue::ExplicitProducer::template enqueue_bulk<canAlloc>(itemFirst, count);
1362 }
1363
1364 template<AllocationMode canAlloc, typename It>
1365 inline bool inner_enqueue_bulk(It itemFirst, size_t count)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected