Changeset 56eb7f8


Ignore:
Timestamp:
Aug 1, 2023, 9:59:20 PM (14 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
9171456b
Parents:
5d8cc96
Message:

fix number of examples

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/colby_parsons_MMAth/text/channels.tex

    r5d8cc96 r56eb7f8  
    196196
    197197\section{\CFA / Go channel Examples}
    198 To highlight the differences between \CFA's and Go's close semantics, three examples are presented.
     198To highlight the differences between \CFA's and Go's close semantics, two examples are presented.
    199199The first example is a simple shutdown case, where there are producer threads and consumer threads operating on a channel for a fixed duration.
    200200Once the duration ends, producers and consumers terminate immediately leaving unprocessed elements in the channel.
Note: See TracChangeset for help on using the changeset viewer.