nim-raft/raft/rlock.nim
2023-10-15 22:09:23 +03:00

4 lines
65 B
Nim

import types
template withRlockAlt(l: RLock, body: untyped) =