Ignore:
File:
1 edited

Legend:

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

    rc03c1ac r000d68f  
    106106\item A @flush@ routine that delivers copies of an element to all waiting consumers, flushing the buffer.
    107107Programmers use this mechanism to broadcast a sentinel value to multiple consumers.
    108 Additionally, the @flush@ routine is more performant then looping around the @insert@ operation since it can deliver the elements without having to reacquire mutual exclusion for each element sent.
     108Additionally, the @flush@ routine is more performant than looping around the @insert@ operation since it can deliver the elements without having to reacquire mutual exclusion for each element sent.
    109109
    110110\item Go-style @?<<?@ shorthand operator for inserting and removing.
Note: See TracChangeset for help on using the changeset viewer.