Interface MorticeImplementation

interface MorticeImplementation {
    isWorker: boolean;
    readLock(name, options): (() => Promise<Release>);
    writeLock(name, options): (() => Promise<Release>);
}

Properties

Methods

Properties

isWorker: boolean

Methods