I’d start with a naïve `list.forEach { executor.su...
# announcements
c
I’d start with a naïve
list.forEach { executor.submit { toCallable(it) } }
or something like that