Skip to content

Commit 826621a

Browse files
committed
Remove polling from concurrency agenda
1 parent 91b3413 commit 826621a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

_data/site.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -525,11 +525,7 @@
525525
},
526526
{
527527
"title": "Concurrency",
528-
"agenda": [
529-
{ "title": "`async`/`await`" },
530-
{ "title": "Futures" },
531-
{ "title": "Polling" }
532-
],
528+
"agenda": [{ "title": "`async`/`await`" }, { "title": "Futures" }],
533529
"slides_light_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/13_concurrency/concurrency-light.html",
534530
"slides_light_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/13_concurrency/concurrency-light.pdf",
535531
"slides_dark_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/13_concurrency/concurrency-dark.html",

0 commit comments

Comments
 (0)