Skip to content
  • Iustin Pop's avatar
    Switch _QueuedOpCode to have their own lock · 307149a8
    Iustin Pop authored
    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
    307149a8