1
votes
votes
4 answers
how to create 2 threads on on diferent procesors
hi guys, I need your help. let's suppose I have Dual-Core CPU and I need know how to create two threads, each in different processor. for example: thread1 runs in 1core thread2 runs in 2core when implementing tread1.start(); thread2 ...
