MCPcopy Create free account
hub / github.com/alibaba/libgrape-lite / ParallelEngine

Method ParallelEngine

grape/parallel/parallel_engine.h:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32class ParallelEngine {
33 public:
34 ParallelEngine() : thread_num_(1) {}
35 virtual ~ParallelEngine() {}
36
37 void InitParallelEngine(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected