Feyr
|
HookTimer isn't threaded, is it? I mean, I'm writing an event scheduling lib (similar to the one I wrote for HookRetrace, but nicer - can schedule one-time, recurring and condition-based events) and there are a few places where the event list is in a broken state for a few processor ticks in the middle of a function. Do I need to rewrite it to be thread-safe (which would require modifying my linked list code; a pain) or will it be okay as it is?
Thanks.
Posted on 2004-10-09 20:39:12 (last edited on 2004-10-09 20:39:56)
|
vecna
|
In the very first builds of v3 it was threaded, but in recent v3 builds, you will never have two threads of VC executing concurrently, due to exactly that sort of problem.
Posted on 2004-10-09 22:11:42
|