DEV Community

Peter Vincent
Peter Vincent

Posted on

Javascript promises implemented in Kotlin or java

Am implementing a kind of chain processing mechanism I need your help reviewing on this progress. Kindly give any advice, any thoughts, any hidden problems in the code.

The code should work similar to javascript promises.

The search activity consumes a promise that is returned by the mock repo class…

Top comments (0)