Module sync

Module sync 

Source
Expand description

This module contains PathSync structure to synchronize operations on paths.

Structs§

PathSync
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§

PathSyncSingleton
A thread safe singleton for PathSync