Monitor and update progress and tasks programmatically. Completely threadsafe. More information at http://progress.komponents.nl
Brings Promises to Kotlin and additional features to Android.
async { fib(20) } and async { "hello world" } success {
println("${it.second}, fib(20) = ${it.first}")
}
For more information please visit the Kovenant documentation site.