mirror of
https://github.com/farcasclaudiu/SmartThreadPool.git
synced 2026-06-22 09:01:19 +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)
|
||||
_apartmentState = stpStartInfo._apartmentState;
|
||||
#endif
|
||||
_maxStackSize = stpStartInfo._maxStackSize;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user