We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91b3413 commit 826621aCopy full SHA for 826621a
_data/site.json
@@ -525,11 +525,7 @@
525
},
526
{
527
"title": "Concurrency",
528
- "agenda": [
529
- { "title": "`async`/`await`" },
530
- { "title": "Futures" },
531
- { "title": "Polling" }
532
- ],
+ "agenda": [{ "title": "`async`/`await`" }, { "title": "Futures" }],
533
"slides_light_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/13_concurrency/concurrency-light.html",
534
"slides_light_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/13_concurrency/concurrency-light.pdf",
535
"slides_dark_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/13_concurrency/concurrency-dark.html",
0 commit comments