- File:
-
- 1 edited
-
doc/proposals/concurrency/text/together.tex (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
doc/proposals/concurrency/text/together.tex
r3364962 rd67cdb7 7 7 8 8 \section{Threads as monitors} 9 As it was s ubtely alluded in section \ref{threads}, \code{threads} in \CFA are in factmonitors. This means that all the monitors 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 :9 As it was sbtely alluded in section \ref{threads}, \code{threads} in \CFA are in factor monitors. This means that all the monitors 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{cfacode} 11 11 // Visualization declaration
Note:
See TracChangeset
for help on using the changeset viewer.