Parallel processing of two methods in main class
-
I'm making a program in which I want to process two methods at the same time. I want to receive a file and then process it,,,when I'm processing my program should be able to receive another file. I'm getting a problem,,I'm receiving a file and controlling it but when I'm getting file again its not receiving because,,My program is working in a sequence. How can I make it to work parallel? Thanks!
-
I'm making a program in which I want to process two methods at the same time. I want to receive a file and then process it,,,when I'm processing my program should be able to receive another file. I'm getting a problem,,I'm receiving a file and controlling it but when I'm getting file again its not receiving because,,My program is working in a sequence. How can I make it to work parallel? Thanks!