Asynchronous (Async / Await) Code - Nim Tutorial (Part 42)

preview_player
Показать описание
Asynchronous code allows us to create code that will run in the background until waited for, this is very powerful, since it allows us, in this scenario, to download data from a website, and then wait for it when we need it. Usually code is synchronous, meaning it waits for every line to finish executing, but with async / await, that changes, and it only waits for async lines of code when we request it to with await.

Subscribe for more videos!

Group Chats:

You can contact me on:

Any suggestions? Leave it in the comment section or contact me somewhere else!

Odysee Links:

Thank you for watching!

#stevesteacher #nim #nimlang #nimtutorial
Рекомендации по теме
Комментарии
Автор

Lesson 42, already? Time goes fast!
I once read somewhere that "you don't need to know JavaScript/C to learn nim but it is precisely this kind of concept "async" that makes me think it is not true. I had to learn some JavaScript to understand some nim documentation since they were written as if nim was our 3rd ou 4th programming languages (overall the nim documentation). Am I wrong? Is it just me?

blaisepascal