``` init { runAsync { readAllC...
# tornadofx
r
Copy code
init {
        runAsync {
            readAllCategories()
        } ui {
            root.items = it.observable()
        }
    }