simon.vergauwen
fx { val posts = !mPostsApi.getPosts(authToken) mView.showPosts(posts) }.handleErrorWith { continueOn(Main).flatMap { mView.showGenericErrorAlert() } }