space-truckers
space-truckers copied to clipboard
Refactor SpaceTruckerDrivingScreen to use state machine with coroutine to load and initialize
The SpaceTruckerDrivingScreen has a number of discrete steps that need to be followed in sequence, with some of the steps involving asynchronous operations.
JS function generator along with BJS coroutines is an ideal use case for this situation