> #Error: expression cannot be isolated: ncList[i]

I believe you get that error because `type Count = ref object` and it is not 
possible with to share `ref object` across threads.

And in general with the code you showed above that is a problem.

Reply via email to