MCPcopy Create free account
hub / github.com/apache/brpc / execution_queue_address

Function execution_queue_address

src/bthread/execution_queue_inl.h:360–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358
359template <typename T>
360typename ExecutionQueue<T>::scoped_ptr_t
361execution_queue_address(ExecutionQueueId<T> id) {
362 return ExecutionQueue<T>::address(id);
363}
364
365template <typename T>
366inline int execution_queue_execute(ExecutionQueueId<T> id,

Callers 1

Calls

no outgoing calls

Tested by 1