João V. Soares
Results
1
issues of
João V. Soares
Sometimes I want to run asynchronous operations inside a `.flatMap` call. For that I'd suggest adding a `.flatMapAsync()` method to be able to call `await` inside the callback function. I...