I developed several codes using HandlerThread, but so far, it is to some extent difficult to grasp the meaning of the run()
method that exists in the Handlerthread
class when extended.
HandlerThread
class, when extended, some abstract methods are to be overridden. One of them is:
run()
Would you please clarify the usage of it in the HandlerThread
class?