Switch _QueuedOpCode to have their own lock
Right now, the queued opcode doesn't have a lock, and instead relies on the parent QueuedJob's lock. This is not good for logging feedback, so it's better to have a lock for each queuedopcode. Reviewed-by: ultrotter
Please register or sign in to comment