You forgot `initLock`.
Also since you just only toggle the boolean value, you may consider to use [cas](https://nim-lang.org/docs/system.html#cas,ptr.T,T,T)
You forgot `initLock`.
Also since you just only toggle the boolean value, you may consider to use [cas](https://nim-lang.org/docs/system.html#cas,ptr.T,T,T)