Changes in / [d3b8752:a09552d]


Ignore:
File:
1 edited

Legend:

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

    rd3b8752 ra09552d  
    6565however, this performance gain comes by introducing unfairness with possible starvation for waiting threads.
    6666
    67 \section{Channel Implementation}
     67\section{Channel Implementation}\label{s:chan_impl}
    6868Currently, only the Go programming language provides user-level threading where the primary communication mechanism is channels.
    6969Experiments were conducted that varied the producer-consumer algorithm and lock type used inside the channel.
Note: See TracChangeset for help on using the changeset viewer.