mirror of
https://github.com/farcasclaudiu/SmartThreadPool.git
synced 2026-06-28 15:01:07 +03:00
Made STP compatible with unpatched .NET 2.0
Thanks to HakanL.
This commit is contained in:
@@ -5,7 +5,7 @@ using System.Threading;
|
|||||||
|
|
||||||
namespace Amib.Threading.Internal
|
namespace Amib.Threading.Internal
|
||||||
{
|
{
|
||||||
#if _WINDOWS || WINDOWS_PHONE
|
#if _SILVERLIGHT || WINDOWS_PHONE
|
||||||
internal static class STPEventWaitHandle
|
internal static class STPEventWaitHandle
|
||||||
{
|
{
|
||||||
public const int WaitTimeout = Timeout.Infinite;
|
public const int WaitTimeout = Timeout.Infinite;
|
||||||
|
|||||||
Reference in New Issue
Block a user