Ignore:
Timestamp:
Jun 1, 2023, 11:55:09 AM (16 months ago)
Author:
caparsons <caparson@…>
Branches:
ast-experimental, master
Children:
fc0996a
Parents:
8913de4
Message:

refactored to remove return val from on_selected

File:
1 edited

Legend:

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

    r8913de4 r70a4ed5  
    4949    return false;
    5050}
    51 bool on_selected( select_timeout_node & this, select_node & node ) { return true; }
     51void on_selected( select_timeout_node & this, select_node & node ) {}
    5252
    5353// Gateway routine to wait on duration
Note: See TracChangeset for help on using the changeset viewer.