79281798

Date: 2024-12-15 04:26:43
Score: 0.5
Natty:
Report link

Old thread, but thought I'd, add. These days, if you're using coroutines, a common way would be

    scope.launch(Dispatchers.Main) {
        /* code to be executed on main thread */
    }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Vadim