Multi threading

what is available in TinyCLR for multi-threading ?

Threading is supported, just like threading on a PC.

what namespace do i use ?

System.Threading does not contain Task. Where would I find it ?

Keep in mind this is a tiny system when compared to a PC with unlimited resources. Everything is a subset of what you would see on a PC. What is it that you are trying to achieve?

I would to test to see if a separate thread to handle CON communication would be effective