mirror of
https://github.com/status-im/nim-raft.git
synced 2025-01-13 06:44:34 +00:00
4 lines
65 B
Nim
4 lines
65 B
Nim
|
import types
|
||
|
|
||
|
template withRlockAlt(l: RLock, body: untyped) =
|
||
|
|