Click here to Skip to main content
15,884,986 members
Articles / Mobile Apps / Xamarin

Fixing TPL Using Responsive Tasks (Core Library)

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
16 Apr 2021MIT2 min read 5K   2  
Replaces events and any other async void cases with awaitable Task signatures.
Here we look at: what's wrong with Task Parallel Library, and then do a brief overview of my code, including a digested Debug output from the ResponsiveAppDemo, and discussing how the Responsive Tasks library handles a variety of issues using a thread-safe "wait" strategy.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions