Run multiple heavy computations using kotlin coroutines

后端 未结 0 1623
无人共我
无人共我 2021-02-20 10:09

I have a heavy algorithm with multiple inputs and one output. I want to launch parallel Kotlin coroutines (one a thread pool) so that each one runs one instance of the algorithm

相关标签:
回答
  • 消灭零回复
提交回复
热议问题