chiuki / espresso-samples

A collection of samples demonstrating different Espresso techniques.
Apache License 2.0
635 stars 156 forks source link

How to understand the default synchronization function of Espresso #4

Closed wangyuebanzi closed 7 years ago

wangyuebanzi commented 7 years ago

Hello,I see the following content written on your blog 2017-08-01 9 30 48 How to understand the default synchronization function of Espresso for example ,I use Handler send a message to UI thread , is there a UI event in the current message queue? And what is the default AsyncTask thread pool meaning(use the class of AsyncTask in your app)?
Looking forward to your answer @chiuki thanks

chiuki commented 7 years ago

Out of scope for this project