tornadofx / tornadofx / javafx.concurrent.Task / finally

finally

infix fun <T> Task<T>.finally(func: () -> Unit): Unit