8- Implementing an Asynchronous API
4:18
2 المتكلمون
2 الفصول
101 الجزءان
المتكلمون
الفصول
-
0:03الفصل 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:12الفصل 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…