mirror of
https://github.com/farcasclaudiu/SmartThreadPool.git
synced 2026-06-28 09:01:04 +03:00
Added missing MaxStackSize initialization
Thanks to igor_kourbatov who pointed this.
This commit is contained in:
@@ -47,6 +47,7 @@ namespace Amib.Threading
|
|||||||
#if !(_SILVERLIGHT) && !(WINDOWS_PHONE)
|
#if !(_SILVERLIGHT) && !(WINDOWS_PHONE)
|
||||||
_apartmentState = stpStartInfo._apartmentState;
|
_apartmentState = stpStartInfo._apartmentState;
|
||||||
#endif
|
#endif
|
||||||
|
_maxStackSize = stpStartInfo._maxStackSize;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user