开发者

Is Spring.Threading.Helpers still supported?

开发者 https://www.devze.com 2022-12-30 14:28 出处:网络
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?A

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 r开发者_StackOverflow中文版eally 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


It looks like it is part of spring.net - www.springframework.net - so my better question is: is spring.net a standard part (?) of Microsoft Visual C#?

0

精彩评论

暂无评论...
验证码 换一张
取 消