I'm working with .NET Core on my Mac machine.
Somewhere in my code I want to use this code:
System.Threading.Thread.Sleep(100);
But it can not find Thread in System.Threading namespace.
What's wrong? Isn't Thread available for Mac, or I'm missing something?

Not yet: https://github.com/dotnet/corefx/issues/2576
and: https://github.com/dotnet/corefx/issues/2576#issuecomment-187184341