nim-raft/raft/rlock.nim

4 lines
65 B
Nim
Raw Normal View History

2023-10-15 19:09:23 +00:00
import types
template withRlockAlt(l: RLock, body: untyped) =