Showing results for June 5, 2013 - The Old New Thing

Jun 5, 2013
Post comments count0
Post likes count0

When you share an input queue, you have to wait your turn

Raymond Chen
Raymond Chen

Now that we've had a quick introduction to asynchronous input, let's look at some of the details. Remember, this is a peek under the hood at how the sausage is made. The algorithm described here is not part of the API contract and it can change at any time, as long as it services the overall goal of serializing input. Let's start by looking at ...

Code