Is there a reason as to why `DefaultPool` is not i...
# ktor
e
Is there a reason as to why
DefaultPool
is not implemented for
mingwX64
? As far as I recall atomicfu supports
mingwX64
e
Hey! @Edoardo Luppi, no reason for that. Feel free to open a PR or logging an issue if it's needed. Could you tell me why do you need it?
e
Hi @e5l! Since I'm using Ktor already,
DefaultPool
seems like a good starting point to build new pools for custom objects. It already provides the necessary synchronization internally