diff --git a/content/notes/06-async-javascript.md b/content/notes/06-async-javascript.md index b38c2dc52..7854b4902 100644 --- a/content/notes/06-async-javascript.md +++ b/content/notes/06-async-javascript.md @@ -4,6 +4,9 @@ aliases: tags: - lecture - cosc203 +sr-due: 2022-08-01 +sr-interval: 3 +sr-ease: 250 --- Async programming allows you to start a potentially long running task have still be able to interact while it it running