File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -162,6 +162,8 @@ \subsection{Coroutines}
162
162
\node [box, minimum width=1cm] at (1.3, 0) {promise};
163
163
\end {tikzpicture }
164
164
\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}
165
167
\end {frame }
166
168
167
169
\begin {frame }[fragile]
@@ -383,7 +385,7 @@ \subsection{Coroutines}
383
385
\end {frame }
384
386
385
387
\begin {frame }[fragile]
386
- \frametitlecpp [20]{Lazyness allows for infinite ranges}
388
+ \frametitlecpp [20]{Laziness allows for infinite ranges}
387
389
\begin {block }{Generators do not need to be finite - \href {https://godbolt.org/z/MP6qdGWYe}{\color {blue!50}godbolt}}
388
390
\begin {cppcode* }{gobble=2}
389
391
Task range(int first) {
You can’t perform that action at this time.
0 commit comments