handlerthread topic

List handlerthread repositories

AndroidStudy

2.0k
Stars
466
Forks
Watchers

🔥 Android学习知识点总结 Jetpack、MVVM、MVI、Kotlin、ViewPager2、JUC多线程等,欢迎star!

Dispatcher

19
Stars
4
Forks
Watchers

Dispatcher is a simple and flexible work scheduler that schedulers work on a background or UI thread correctly in the form of Dispatch using the android.os.Handler class.

dispatch-queue

15
Stars
4
Forks
Watchers

Dispatch queue is an ultra-high performance queue extending Android message queue. Similar to the coroutine, it supports synchronous return and asynchronous execution. It can wrap the main thread and...