Jan Groen
08/29/2021, 9:19 PMDispatchers.Main
dispatcher (other than using the ServiceLoader
). This would be useful, because a lot of the data needs to be updated from the main game loop. I'm aware that I could create my own dispatcher and I have done that. I just think that it would be more ideomatic if I could use the Dispatchers.Main
Dispatcher.Astronaut4449
08/29/2021, 10:11 PMsetMainDispatcher
function or similar. I think it is often used in unit tests.ephemient
08/29/2021, 10:33 PMJan Groen
08/29/2021, 10:35 PMMainDispatcherFactory
is marked as InternalCoroutinesApi
.elizarov
08/31/2021, 8:35 AM