Changeset 3828 for trunk/yat/utility/Scheduler.h
- Timestamp:
- Jul 23, 2019, 5:05:09 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/Scheduler.h
r3826 r3828 75 75 be accomplished by calling wait() or interrupt(). 76 76 77 \note Currently, the Scheduler cannot be recycled, i.e.,78 if wait(void) or interruped(void) ha vebeen called, the behaviour of79 submit() is undefined.77 \note Prior version 0.17 the Scheduler could not be recycled, i.e., 78 if wait(void) or interruped(void) had been called, the behaviour of 79 submit() was undefined. 80 80 81 81 \since New in yat 0.13
Note: See TracChangeset
for help on using the changeset viewer.