does tornado fx have builders to convert `Property...
# tornadofx
g
does tornado fx have builders to convert `Property<T>`'s into `Flow<T>`s?
r
There are basically no helpers in #tornadofx for coroutines at this point.
To be honest, I'm not sure #tornadofx would be the right place to add them . They really should be in the kotlinx javafx library.
2
a
There is a callbackFlow builder in coroutines library, which could easily wrap property callback.