Skip to content

Commit 2ce9494

Browse files
Sebastien Poncesponce
authored andcommitted
Add credits for the coroutine graph
1 parent 29ef636 commit 2ce9494

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

talk/expert/coroutines.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ \subsection{Coroutines}
162162
\node[box, minimum width=1cm] at (1.3, 0) {promise};
163163
\end{tikzpicture}
164164
\end{block}
165+
\vspace{-2mm}
166+
\tiny Credits : original idea for this graph comes from \href{https://itnext.io/c-20-coroutines-complete-guide-7c3fc08db89d}{this web site}
165167
\end{frame}
166168

167169
\begin{frame}[fragile]
@@ -383,7 +385,7 @@ \subsection{Coroutines}
383385
\end{frame}
384386

385387
\begin{frame}[fragile]
386-
\frametitlecpp[20]{Lazyness allows for infinite ranges}
388+
\frametitlecpp[20]{Laziness allows for infinite ranges}
387389
\begin{block}{Generators do not need to be finite - \href{https://godbolt.org/z/MP6qdGWYe}{\color{blue!50}godbolt}}
388390
\begin{cppcode*}{gobble=2}
389391
Task range(int first) {

0 commit comments

Comments
 (0)