Running a task in parallel to another task

后端 未结 5 683
清歌不尽
清歌不尽 2020-12-10 09:23

I have the following Foo class that uses FooProcessor class. So what i want to do is, while running cp1 instance process method, in parallel I want

5条回答
  •  执念已碎
    2020-12-10 10:23

    Thread would be a good choice...Something like a method that accepts a new threads and start them...

提交回复
热议问题