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
Foo
FooProcessor
Thread would be a good choice...Something like a method that accepts a new threads and start them...