Actor pattern controlling connection pool in Kotlin to honor API rate limit exceptions
Computers have up to a dozen cpu cores which can all work in parallel (concurrently). It’s hard to write code to take advantage of that concurrency. Additionally, every time code…