xamarin / Xamarin.Social

Xamarin.Social
Apache License 2.0
124 stars 74 forks source link

Use TaskCompletionSource instead of ManualResetEvent #9

Closed gaearon closed 11 years ago

gaearon commented 11 years ago

Avoid blocking a thread pool thread by using TaskCompletionSource to wait for account retrieval and response.

This commit is licensed under MIT/X11.