Changeset 70d8e2f2 for libcfa/src


Ignore:
Timestamp:
Jun 20, 2023, 3:08:45 PM (12 months ago)
Author:
caparsons <caparson@…>
Branches:
master
Children:
9c4330d5, caf06aa
Parents:
d10e391
Message:

added extra poll point to check for termination in actor system

File:
1 edited

Legend:

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

    rd10e391 r70d8e2f2  
    624624        empty_count = 0; // we found work so reset empty counter
    625625        #endif
     626
     627        CHECK_TERMINATION;
    626628       
    627629        // potentially reclaim some of the current queue's vector space if it is unused
Note: See TracChangeset for help on using the changeset viewer.