I'm porting an application from a Unix like system to Windows.
I'm looking for a simple queue with FIFO characteristics which
will cause the calling thread to suspend if there is no data on the
queue, or return after a timeout.
Is there any such component available or will I need to build one?
I'm using Visual Studio 2005, VC++.
Carl Daniel [VC++ MVP] - 20 Jun 2007 22:39 GMT
> I'm porting an application from a Unix like system to Windows.
> I'm looking for a simple queue with FIFO characteristics which
[quoted text clipped - 4 lines]
>
> I'm using Visual Studio 2005, VC++.
See the answer(s) in microsoft.public.vc.langauge.
-cd