Ignore:
Timestamp:
Jun 4, 2023, 8:40:48 AM (13 months ago)
Author:
caparsons <caparson@…>
Branches:
ast-experimental, master
Children:
1db6d70, b9fe89b
Parents:
c880a7b
Message:

refactored thesis actor code to use new lowercase allocation enum name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/colby_parsons_MMAth/code/basic_actor_example.cfa

    rc880a7b r84334d0  
    1919}
    2020
    21 Allocation receive( derived_actor & receiver, derived_msg & msg ) {
     21allocation receive( derived_actor & receiver, derived_msg & msg ) {
    2222    printf("The message contained the string: %s\n", msg.word);
    2323    return Finished; // Return allocation status of Finished now that the actor is done work
Note: See TracChangeset for help on using the changeset viewer.