space-truckers icon indicating copy to clipboard operation
space-truckers copied to clipboard

Refactor SpaceTruckerDrivingScreen to use state machine with coroutine to load and initialize

Open jelster opened this issue 3 years ago • 0 comments

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

jelster avatar Dec 22 '21 00:12 jelster