Ignore:
Timestamp:
May 29, 2017, 1:39:37 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:
ff98952
Parents:
eb182b0
Message:

Major update to the concurrency proposal to be based on multiple files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/proposals/concurrency/style/style.tex

    reb182b0 r27dde72  
    44% \CFADefaultStyle
    55
    6 \lstset{
    7 morekeywords=[2]{nomutex,mutex,thread,wait,wait_release,signal,signal_block,accept,monitor,suspend,resume,coroutine},
    8 keywordstyle=[2]\color{blue},                           % second set of keywords for concurency
    9 basicstyle=\linespread{0.9}\tt\small,           % reduce line spacing and use typewriter font
    10 stringstyle=\sf\color{Mahogany},                        % use sanserif font
    11 commentstyle=\itshape\color{OliveGreen},                % green and italic comments
    12 }%
     6% \lstset{
     7% morekeywords=[2]{nomutex,mutex,thread,wait,wait_release,signal,signal_block,accept,monitor,suspend,resume,coroutine},
     8% keywordstyle=[2]\color{blue},                         % second set of keywords for concurency
     9% basicstyle=\linespread{0.9}\tt\small,         % reduce line spacing and use typewriter font
     10% stringstyle=\sf\color{Mahogany},                      % use sanserif font
     11% commentstyle=\itshape\color{OliveGreen},              % green and italic comments
     12% }%
Note: See TracChangeset for help on using the changeset viewer.