|
|
|
|
|
by gpderetta
3606 days ago
|
|
As an example, many real-time systems are often a giant ball of messy asynchronous code and state machines. Futures can help with that, although lately I have found that somtimes the best, cleanest, way to implement a state machine is to make it explicit. |
|