News

In the playground package you can play around with Coroutines and Flow examples that run directly on the JVM. This project is using retrofit/okhttp together with a MockNetworkInterceptor. This lets ...
Async / Await asynchronous programming model for Java versions 1.8 - 23; similar to the functionality available in C# 5. The implementation is based on continuations for Java (see my other projects).