promise-kotlin icon indicating copy to clipboard operation
promise-kotlin copied to clipboard

Lightweight Promises pattern implementation written on Kotlin

Results 1 promise-kotlin issues
Sort by recently updated
recently updated
newest added

Since Kotlin Coroutines are now no longer experimental, it would be nice to integrate it into the library to extend the behavior of the `Deferred` object in the library. Plus...