I am working on multithread application. Here I have algorithm which can create bytes array data. But i want to generate those data continuous in background of my application (some how in separate thread). I want to apply the priority on this function.
I have many ways but I want best way.
Can anyone tell me what will best? And Please give me some examples if possible. Thank you!