``` fx { val posts = !mPostsAp...
# arrow
s
Copy code
fx {
            val posts = !mPostsApi.getPosts(authToken)        
             mView.showPosts(posts)
        }.handleErrorWith {
            continueOn(Main).flatMap { mView.showGenericErrorAlert() }
        }