GlobalLockFileSystemInterceptor

A file system interceptor that serializes all operations to file system using a single lock. For use as a temporary workaround until synchronization is correctly implemented.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun <I : Any, E : FileSystemOperationError, R : Any> intercept(chain: FileSystemInterceptor.Chain<I, E, R>): Either<E, R>