ok, another question: how do you guys implement FSMs?
g
gildor
09/27/2018, 10:25 AM
Coroutines actually does this under the hood. Maybe you can use them for your use case
v
vaskir
09/27/2018, 10:46 AM
@gildor how? It's already an
actor<>
g
gildor
09/27/2018, 10:54 AM
I mean it depends on your case, FSM is a wide term.
I just mean that coroutine is transformed to state machine on compile time, so maybe some things possible to do there