0
kicks
Code Sample: WorkerResetEvent
Accessing the native Event objects (i.e, AutoResetEvent) in high frequencies could be extremely performance intensive. In this post, the author demonstrates an implementation for a "WorkerResetEvent", a type that wraps an AutoResetEvent and delivers a offers a much better performance value.