Tagged Questions

1
vote
3answers
160 views

How first entered thread can signal to other concurrent threads the end of same method?

How first entered thread can signal to other concurrent threads the end of same method ? I have method named say PollDPRAM(). It must make a trip over network to some slow hardware and refresh object ...