Changeset 3918


Ignore:
Timestamp:
May 31, 2020, 7:52:13 AM (3 years ago)
Author:
Peter
Message:

remove FIXME comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/utility/Scheduler.h

    r3855 r3918  
    392392
    393393      typedef std::list<boost::shared_ptr<boost::thread> > WorkerList;
    394       // FIXME is this needed here or can it be in
    395       // JobHandler::operator() scope?  The reason we keep it here is
    396       // so we can access it from other functions and don't need to
    397       // pass it around.
     394      // We keep workers here (rather than in JobHandler::operator()
     395      // scope), so we can access it from other functions and don't
     396      // need to pass it around.
    398397      WorkerList workers_;
    399398      // Number of Workers minus number of poison pills sent for them
Note: See TracChangeset for help on using the changeset viewer.