You're saying flowOn(context).map(::executeAsOne),...
# squarelibraries
j
You're saying flowOn(context).map(::executeAsOne), right?
d
Other way round. map(::executeAsOne).flowOn(context)
👍 1
j
i have literally never used flowOn except for once in sqldelight where i direct ported the RxJava code and then found it doing the wrong thing