Is there a performance benefit to calling many req...
# ktor
c
Is there a performance benefit to calling many requests in an actor pattern instead of sequentially, or are the eventual performance differences already implemented with Ktor? (Client-side, Multiplatform)