Ignore:
Timestamp:
Oct 12, 2017, 3:15:19 PM (7 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
0aaac0e
Parents:
b7778c1
Message:

Updated concurrency draft and added new section for implementation.

File:
1 edited

Legend:

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

    rb7778c1 r3364962  
    2222\begin{figure}
    2323\label{fig:fibonacci-c}
    24 \caption{Different implementations of a fibonacci sequence generator in C.}
    2524\begin{center}
    2625\begin{tabular}{c @{\hskip 0.025in}|@{\hskip 0.025in} c @{\hskip 0.025in}|@{\hskip 0.025in} c}
     
    9190\end{tabular}
    9291\end{center}
     92\caption{Different implementations of a fibonacci sequence generator in C.}
    9393\end{figure}
    9494
     
    9898\begin{figure}
    9999\label{fig:fibonacci-cfa}
    100 \caption{Implementation of fibonacci using coroutines}
    101100\begin{cfacode}
    102101coroutine Fibonacci {
     
    140139}
    141140\end{cfacode}
     141\caption{Implementation of fibonacci using coroutines}
    142142\end{figure}
    143143
     
    199199\begin{figure}
    200200\label{fig:fmt-line}
    201 \caption{Formatting text into lines of 5 blocks of 4 characters.}
    202201\begin{cfacode}[tabsize=3]
    203202//format characters into blocks of 4 and groups of 5 blocks per line
     
    244243}
    245244\end{cfacode}
     245\caption{Formatting text into lines of 5 blocks of 4 characters.}
    246246\end{figure}
    247247
Note: See TracChangeset for help on using the changeset viewer.