MCPcopy Create free account
hub / github.com/alibaba/euler / ThreadPool

Method ThreadPool

euler/common/env.h:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39class ThreadPool {
40 public:
41 ThreadPool() { }
42 virtual ~ThreadPool() { }
43
44 virtual void Schedule(ThreadFunc fn) = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected