Windows API Wait Functions - DynWaitList: ID-Based Windows Event Multiplexing

Mon, 02 May 2011 10:00:00 GMT

Event signals are identified by indexes into an array of object handles, which is problematic with dynamic arrays where events are added or removed from the middle of the list. Here’s a container class to solve the problem.

Read article