Worker Thread to Worker Thread Communication
问题 Java/Android - I am unable to find any Worker Thread to Worker Thread communication examples. The examples always involve the UiThread. I have a HandlerThread that gets fed work and the HandlerThread spreads the work onto multiple worker threads. I want the multiple worker threads to communicate back to the HandlerThread. All I have been able to do is have the worker threads communicate with the UiThread via Handler. Thanks! 回答1: public class ModelFragment extends Fragment implements Handler