Async and await thread invocation order

Source: Internet
Author: User

Using Async to do a multi-threaded download and update in DataGridView, the runtime in the 4 threads at the same time downloading the interface stutter, after several attempts is not aware of the async and await the thread of the order caused by the call.

After entering the Async method, the code is run in the main thread (the calling thread) after the call to await, and the Async method code that calls await and after will run that part of the code from another thread, and the main thread resumes executing the async code after encountering an await and returning to the main thread.

The Async method is resolved by declaring the delegate after it is called with BeginInvoke.






This article is from the "Volvo Delight" blog, please be sure to keep this source http://volvo9yue.blog.51cto.com/12265053/1871462

Async and await thread invocation order

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.