8- Implementing an Asynchronous API
4:18
2 Speakers
2 Bab
101 Сегмент
Speakers
Bab
-
0:03Bab 1: Let me show you how to create an asynchronous API. 69s · Speaker 1
Let me show you how to create an asynchronous API. This is a very powerful technique that you should start using in your applications right away. So in this project, I'm going to add a new class mail service. We're going to use this class t…
-
1:12Bab 2: Now, this is a synchronous or blocking operation. 182s · Speaker 2
Now, this is a synchronous or blocking operation. So if we print another message here like hello world, we're not going to see this until this method returns. Let me show you. So run, you're waiting for the mail to be sent. Three seconds la…