4 lines
65 B
Nim
4 lines
65 B
Nim
|
import types
|
||
|
|
||
|
template withRlockAlt(l: RLock, body: untyped) =
|
||
|
|