Ignore:
Timestamp:
Mar 29, 2026, 9:52:51 PM (3 days ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
e6e250d
Parents:
00675ed4
Message:

2nd attempt at harmonizing isOp functions, e.g., isEmpty, to C/C++ form empty

File:
1 edited

Legend:

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

    r00675ed4 r81ab5eb  
    3333
    3434void main( cofor_runner & this ) with(this) {
    35     while ( ! done || ! isEmpty( items ) ) {
     35    while ( ! done || ! empty( items ) ) {
    3636                lock( mutex_lock );
    3737        runner_node * node = &remove_first( items );
Note: See TracChangeset for help on using the changeset viewer.