UNPKG

reactronic

Version:

Reactronic - Transactional Reactive State Management

33 lines (32 loc) 695 B
export declare enum Mode { default = 0, autonomous = 1, manualMount = 2, rootNode = 4 } export declare enum Priority { realtime = 0, normal = 1, background = 2 } export declare enum Kind { plain = 0, atomic = 1, reactive = 2, cached = 3 } export declare enum Reentrance { preventWithError = 1, waitAndRestart = 0, cancelPrevious = -1, cancelAndWaitPrevious = -2, overwritePrevious = -3, runSideBySide = -4 } export declare enum Isolation { joinToCurrentTransaction = 0, joinAsNestedTransaction = 1, disjoinFromOuterTransaction = 2, disjoinFromOuterAndInnerTransactions = 3, disjoinForInternalDisposal = 4 }