Can we `suspend` other Main Thread operations for ...
# android
u
Can we 
suspend
 other Main Thread operations for example : Keyboard open/close, Loader show/hide etc? These main thread tasks can be `suspend`I think and Main Thread will have more time to draw things efficiently. Please share on this point
🚫 2