mirror of
https://github.com/farcasclaudiu/SmartThreadPool.git
synced 2026-06-22 07:01:18 +03:00
CHG: fix Pipe test
(cherry picked from commit b66d3e93949f2c152e6d8f3d3526cf9bb05a05bb)
This commit is contained in:
committed by
Piotr Wysocki
parent
6ba0034f49
commit
ea804bada0
@@ -101,6 +101,7 @@ namespace SmartThreadPoolTests
|
||||
sc1 => { if (sc.Counter == 2) { sc1.Increment(); }}
|
||||
);
|
||||
|
||||
stp.WaitForIdle ();
|
||||
Assert.AreEqual(3, sc.Counter);
|
||||
|
||||
stp.Shutdown();
|
||||
|
||||
Reference in New Issue
Block a user