Readonly
mutexCreate a throttle that only allows size
calls in parallel.
Extra calls will be queued until one of the earlier calls completes.
To create an exclusive lock, just use a size
of 1
.
Rest
...args: TArgsRest
...args: TArgsStart an update transaction.
Generated using TypeDoc
Data packet storage based on LevelDB or other abstract-leveldown store.