Not directly Arrow related, but someone might have...
# arrow
b
Not directly Arrow related, but someone might have had a similar issue. I’ve been switching our effectful functions over to
suspend fun
, but a library we use (
java-dataloader
) requires functions with a CompletableFuture return type. How have folks been switching between
CompletableFutures
and
suspend
?
there is an official integration 🙂
b
ah wonderful, thank you!