5- Asynchronous Programming

1:50 2 Лектори 2 Глави 45 сегменти

Глави

  1. 0:03

    In the last video, I told you that this get method is a blocking method. When we call it, the current thread has to wait until the result of this task is ready. So even though we're executing this task in a separate thread, we're making the…

  2. 1:14

    Now, he doesn't have to sit there, wait for the kitchen to prepare your food before serving another guest. He can go serve someone else in the meantime. So that waiter, that resource is like a thread in our application. We don't want to mak…