Join Slack
Powered by
does tornado fx have builders to convert `Property...
# tornadofx
g
groostav
10/07/2019, 3:42 AM
does tornado fx have builders to convert `Property<T>`'s into `Flow<T>`s?
r
Ruckus
10/07/2019, 2:33 PM
There are basically no helpers in
#tornadofx
for coroutines at this point.
Ruckus
10/07/2019, 2:34 PM
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
altavir
10/09/2019, 5:34 AM
There is a callbackFlow builder in coroutines library, which could easily wrap property callback.
2
Views
Open in Slack
Previous
Next