Changeset 0427d1 for src/Actions/ActionQueue.hpp
- Timestamp:
- Feb 27, 2024, 10:18:17 PM (20 months ago)
- Branches:
- Candidate_v1.7.0, stable
- Children:
- 399c69
- Parents:
- d203d1e
- git-author:
- Frederik Heber <frederik.heber@…> (02/25/24 23:14:04)
- git-committer:
- Frederik Heber <frederik.heber@…> (02/27/24 22:18:17)
- File:
-
- 1 edited
-
src/Actions/ActionQueue.hpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/ActionQueue.hpp
rd203d1e r0427d1 21 21 #ifdef HAVE_ACTION_THREAD 22 22 #include <boost/thread.hpp> 23 #include <boost/thread/recursive_mutex.hpp> 23 24 #endif 24 25 #include <vector> … … 263 264 { return run_thread; } 264 265 266 /** 267 * Steps on to the next action by incrementing \a CurrentAction. 268 */ 269 void stepOnToNextAction(); 270 265 271 /** Clears the temporary queue. 266 272 * … … 362 368 363 369 //!> internal mutex to synchronize access to queue 364 mutable boost:: mutex mtx_queue;370 mutable boost::recursive_mutex mtx_queue; 365 371 366 372 //!> conditional variable notifying when run_thread is idling
Note:
See TracChangeset
for help on using the changeset viewer.
