In reply to @bostonboston "is it still recommended": I'm having a bit of a problem with the pragmas, IDE's / the language server doesn't seem to support them, the docs aren't there (at least it seems to me that way), the compiler doesn't really seem to inform you about needed pragmas, unlsess the type checker puts out some useful information etc., nothing about the code seems wrong, the control flow seems fine, but you suddenly need a bit of magic that you just have to know about, idk seems not an optimal experience to me as a Nim noob, I handled multithreading in C++ just fine in the past