<@U0B8UEMV1> <@U4UGS5FC7> re: earlier, removing th...
# arrow
k
@pakoito @raulraja re: earlier, removing the
crossinline
modifier from the parameters to
map
and
flatMap
allow me to call suspending functions. if you’d like, I’ll PR those changes as well. I suspect there’s more than just the
Try
data structure being affected by this.
👍 1
@pakoito @raulraja any thoughts about how this might be handled going forward? I need to figure out whether to go forward and keep using kategory/arrow or use something else for now, all of my codebases use coroutines extensively.
r
@kevinherron if removing those enables coroutines we should change it. Your PR is welcome. I will merge it as soon as we finish the arrow integration and it will be included in the first release of arrow.
k
@raulraja i’m going to wait on these PRs until after you’ve merged funktionale. All the datatypes there have a different problem with their functions - they aren’t inlined at all. I think to avoid a bunch of conflicts it will be easier if I just wait until after.
👍 1