Changeset 2c3ae5 for ThirdParty/JobMarket/src/JobMarket/Pool/WorkerPool.hpp
- Timestamp:
- Aug 11, 2025, 5:45:18 PM (3 months ago)
- Branches:
- Candidate_v1.7.0, stable
- Children:
- e2f31d3
- Parents:
- 74d798
- git-author:
- Frederik Heber <frederik.heber@…> (07/13/25 21:35:10)
- git-committer:
- Frederik Heber <frederik.heber@…> (08/11/25 17:45:18)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/JobMarket/src/JobMarket/Pool/WorkerPool.hpp
r74d798 r2c3ae5 69 69 typedef std::vector<std::pair<std::string, std::string> > WorkerList_t; 70 70 WorkerList_t getListOfIdleWorkers() const; 71 const Pool_t& getPoolOfWorkers() const72 {73 return pool;74 }75 71 76 72 /** Return the number of busy workers.
Note:
See TracChangeset
for help on using the changeset viewer.
