How to wait for multiple threads to finish without blocking ui in android?

前端 未结 0 1400
遇见更好的自我
遇见更好的自我 2020-11-30 20:14

I am executing tasks parallelly on threads using threadPoolExecuter and i want to wait for all the tasks to complete without blocking the main ui. I don\'t want to use async

相关标签:
回答
  • 消灭零回复
提交回复
热议问题