New Features #1

Open
marvinelsen wants to merge 95 commits from develop into main
2 changed files with 1 additions and 8 deletions
Showing only changes of commit 79182f165c - Show all commits

View File

@ -2,4 +2,4 @@ package com.marvinelsen.willow
fun main(args: Array<String>) {
actualMain(args)
}
}

View File

@ -1,7 +0,0 @@
package com.marvinelsen.willow.ui.util
import javafx.concurrent.Task
fun <T> task(block: () -> T) = object : Task<T>() {
override fun call() = block()
}