Changeset c13e8dc8 for doc/proposals/concurrency/text/together.tex
- Timestamp:
- Dec 5, 2017, 2:35:03 PM (8 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- f9feab8
- Parents:
- 9c35431 (diff), 65197c2 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/proposals/concurrency/text/together.tex
r9c35431 rc13e8dc8 1 1 % ====================================================================== 2 2 % ====================================================================== 3 \chapter{Putting it all together}3 \chapter{Putting It All Together} 4 4 % ====================================================================== 5 5 % ====================================================================== 6 6 7 7 8 \section{Threads as monitors}8 \section{Threads As Monitors} 9 9 As 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 : 10 10 \begin{figure}[H]
Note:
See TracChangeset
for help on using the changeset viewer.