source: doc/proposals/concurrency/style.tex @ 7a054e82

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Last change on this file since 7a054e82 was b0fedd4, checked in by Thierry Delisle <tdelisle@…>, 7 years ago

Some changes to concurrency proposal

  • Property mode set to 100644
File size: 528 bytes
Line 
1\input{common}                                          % bespoke macros used in the document
2
3% \CFADefaultStyle
4
5\lstset{
6morekeywords=[2]{nomutex,mutex,thread,wait,wait_release,signal,signal_block,accept,monitor,suspend,resume,coroutine},
7keywordstyle=[2]\color{blue},                           % second set of keywords for concurency
8basicstyle=\linespread{0.9}\tt\small,           % reduce line spacing and use typewriter font
9stringstyle=\sf\color{Mahogany},                        % use sanserif font
10commentstyle=\itshape\color{OliveGreen},                % green and italic comments
11}%
Note: See TracBrowser for help on using the repository browser.