MCPcopy Create free account
hub / github.com/alibaba/async_simple / getThreadNum

Method getThreadNum

async_simple/util/ThreadPool.h:69–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 int32_t getCurrentId() const;
68 size_t getItemCount() const;
69 int32_t getThreadNum() const { return _threadNum; }
70
71private:
72 std::pair<size_t, ThreadPool *> *getCurrent() const;

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64