M Platvoet

Results 4 comments of M Platvoet

Yes, because the whole API is already detached from the implementation and kotlin 1.2 has multiplatform support.

The `fail` callback does not create a new Promise. So any `then` function operates on the original promise. What you're probably looking for is function that's more common in the...

I'm not convinced it should be added to the library. What are the arguments for adding this? Though it can easily be added to peoples own projects: ``` fun Promise.then(context:...

Do you happen to have Kovenant configured with just one worker thread? Because in that case this indeed will block. It's not a good idea to use blocking methods like...