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
kevinherron
12/26/2017, 5:00 PM
@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
raulraja
12/26/2017, 7:23 PM
@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
kevinherron
12/27/2017, 4:29 PM
@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.