Changeset bdbb448 for libcfa


Ignore:
Timestamp:
Jul 11, 2023, 2:35:50 PM (12 months ago)
Author:
caparsons <caparson@…>
Branches:
master
Children:
68db00e, fc95df3
Parents:
c16cc99
Message:

updated documentation related to waituntil changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/select.hfa

    rc16cc99 rbdbb448  
    9595    // This routine is run on the selecting thread prior to executing the statement corresponding to the select_node
    9696    //    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.
    98100    bool on_selected( T &, select_node & );
    99101};
Note: See TracChangeset for help on using the changeset viewer.