So I'm working with threads, and I've found the Nim threads to be somewhat limitating. Now, I'm wondering what differences are between those two? My main question is: do I get the GC for posix threads too, or I need to set up it by myself?
- Nim threads vs Pthreads sheosi
