Ignore:
Timestamp:
Mar 4, 2023, 3:05:28 PM (17 months ago)
Author:
caparsons <caparson@…>
Branches:
ADT, ast-experimental, master
Children:
e54b4e9
Parents:
858350a
Message:

added test case to types test and refactored to remove redundant ctor calls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/concurrent/actors/executor.cfa

    r858350a r4933f18  
    2424
    2525struct d_msg { inline message; } shared_msg;
    26 void ?{}( d_msg & this ) { ((message &) this){ Nodelete }; }
    2726
    2827Allocation receive( d_actor & this, d_msg & msg ) with( this ) {
     
    8584        } // switch
    8685
    87    
    8886    executor e{ Processors, Processors, Processors == 1 ? 1 : Processors * 512, true };
    8987
Note: See TracChangeset for help on using the changeset viewer.