Implementing Worker Pools in Kotlin to upload Images over WebDav to a Hetzner StorageBox
Recently while doing a project with Go I came across Worker Pools on GoByExample to do parallel processing. I didn’t find many resources for implementing Worker Pools in Kotlin, but it seemed a good idea for my current Spring Boot + Kotlin webapp.