Changeset bdbb448 for libcfa/src/concurrency
- Timestamp:
- Jul 11, 2023, 2:35:50 PM (19 months ago)
- Branches:
- master
- Children:
- 68db00e, fc95df3
- Parents:
- c16cc99
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/select.hfa
rc16cc99 rbdbb448 95 95 // This routine is run on the selecting thread prior to executing the statement corresponding to the select_node 96 96 // passed as an arg to this routine 97 // If on_selected returns false, the statement is not run, if it returns true it is run. 97 // If on_selected returns false, the statement is not run if the on_selected call occured as 98 // part of a statement block that only ran due to an unregister_select that returned true 99 // In all other executions the return value is ignored. 98 100 bool on_selected( T &, select_node & ); 99 101 };
Note: See TracChangeset
for help on using the changeset viewer.