Is Spring.Threading.Helpers still supported?

Posted by Paul Morrison on Stack Overflow See other posts from Stack Overflow or by Paul Morrison
Published on 2010-05-19T01:11:36Z Indexed on 2010/05/19 1:20 UTC
Read the original article Hit count: 217

Filed under:
|

I am converting some old C# code, and it has a CountDownLatch using a package called Spring.Threading.Helpers. The odd thing is that I can't find this package on Google - so a) is it still supported? And, if so, where is it documented? b) What I really want to do is wait for a count to get to zero, but interrupt every so many msecs. Would it just be simpler to set up another thread, and do WaitOnes on an Event specifying an interval? TIA

© Stack Overflow or respective owner

Related posts about threading

Related posts about c#