Changeset 84334d0 for doc/theses/colby_parsons_MMAth/code
- Timestamp:
- Jun 4, 2023, 8:40:48 AM (21 months ago)
- Branches:
- ast-experimental, master
- Children:
- 1db6d70, b9fe89b
- Parents:
- c880a7b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified doc/theses/colby_parsons_MMAth/code/basic_actor_example.cfa ¶
rc880a7b r84334d0 19 19 } 20 20 21 Allocation receive( derived_actor & receiver, derived_msg & msg ) {21 allocation receive( derived_actor & receiver, derived_msg & msg ) { 22 22 printf("The message contained the string: %s\n", msg.word); 23 23 return Finished; // Return allocation status of Finished now that the actor is done work
Note: See TracChangeset
for help on using the changeset viewer.