Moving CrestronInvoke features into new ThreadingUtils class, supports multi-platform

This commit is contained in:
Chris Cameron
2017-08-16 12:32:54 -04:00
parent 599ab2997f
commit 9e9f1cadf1
3 changed files with 65 additions and 35 deletions

View File

@@ -144,6 +144,7 @@
<Compile Include="SafeMutex.cs" />
<Compile Include="StringUtils.cs" />
<Compile Include="TableBuilder.cs" />
<Compile Include="ThreadingUtils.cs" />
<Compile Include="Timers\IcdStopwatch.cs" />
<Compile Include="Timers\IcdTimer.cs" />
<Compile Include="Timers\Repeater.cs" />