I want to have a thread pool for doing matrix mult...
# getting-started
j
I want to have a thread pool for doing matrix multiplications. I'm thinking putting that in the companion object would be the way to go. Is that the most Ko-sher way of doing things?