T
titan nyquist
I thought I need something like this, but it turns out I don't. I'm
still interested if this can be done:
Can you do a multi-thread "lock", that locks out everything else, all
other threads, without explicitly locking out those other threads?
For example, can you take a single section of code, without changing
any other code at all, and make it so that when it executes, it is the
only thing executing?
Titan
still interested if this can be done:
Can you do a multi-thread "lock", that locks out everything else, all
other threads, without explicitly locking out those other threads?
For example, can you take a single section of code, without changing
any other code at all, and make it so that when it executes, it is the
only thing executing?
Titan