Projects

Every now and then I do some coding for fun. These are some of those projects.

Kovenant

Promises for Kotlin

async { "world" } and async { "Hello" } success {
    println("${it.second} ${it.first}!")
}

More about this project can be found on the Kovenant site