User Profile
svick
Copper Contributor
Joined Nov 09, 2021
User Widgets
Recent Discussions
Re: Async and Await Query
The method Test is not async, which means it will block the current thread while waiting. And since that method is invokes before any await, that is the same thread as the one that executes PrintData, which means Test is effectively blocking PrintData.950Views0likes0Comments
Recent Blog Articles
No content to show