xvc_walker

Module sync

Source
Expand description

This module contains PathSync structure to synchronize operations on paths.

Structs§

  • When multiple threads try to access the same path (especially in cache operations) we get weird race conditions, This structure is to make those operations atomic and thread safe.

Type Aliases§