- Timestamp:
 - Aug 1, 2023, 9:59:20 PM (2 years ago)
 - Branches:
 - master
 - Children:
 - 9171456b
 - Parents:
 - 5d8cc96
 - File:
 - 
      
- 1 edited
 
- 
          
  doc/theses/colby_parsons_MMAth/text/channels.tex (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
doc/theses/colby_parsons_MMAth/text/channels.tex
r5d8cc96 r56eb7f8 196 196 197 197 \section{\CFA / Go channel Examples} 198 To highlight the differences between \CFA's and Go's close semantics, t hreeexamples are presented.198 To highlight the differences between \CFA's and Go's close semantics, two examples are presented. 199 199 The first example is a simple shutdown case, where there are producer threads and consumer threads operating on a channel for a fixed duration. 200 200 Once the duration ends, producers and consumers terminate immediately leaving unprocessed elements in the channel.  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.