MCPcopy Create free account
hub / github.com/apache/incubator-pegasus / pool

Method pool

src/runtime/task/task_queue.h:83–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 }
82 const std::string &get_name() { return _name; }
83 task_worker_pool *pool() const { return _pool; }
84 int index() const { return _index; }
85 volatile int *get_virtual_length_ptr() { return &_virtual_queue_length; }
86

Callers 2

set_tls_dsn_contextMethod · 0.45
rpc_response_taskMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected