Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/proposals/concurrency/text/together.tex

    rcf966b5 r6090518  
    11% ======================================================================
    22% ======================================================================
    3 \chapter{Putting it all together}
     3\chapter{Putting It All Together}
    44% ======================================================================
    55% ======================================================================
    66
    77
    8 \section{Threads as monitors}
     8\section{Threads As Monitors}
    99As it was subtly alluded in section \ref{threads}, \code{thread}s in \CFA are in fact monitors, which means that all monitor features are available when using threads. For example, here is a very simple two thread pipeline that could be used for a simulator of a game engine :
    1010\begin{figure}[H]
Note: See TracChangeset for help on using the changeset viewer.