* Ivan Voras <[email protected]> wrote: > This is a good and useful addition! I think Windows has implemented a > generalization of this (called "wait objects" or something like that), > which effectively allows a select()- (or in this case kqueue())-like > syscall to wait on both file descriptors and condvars (as well as > probably other MS-style objects). It's useful for multiplexing events > for dissimilar sources.
NtWaitForSingleObject(), NtWaitForMultipleObjects(), etc. :-) -- Ed Schouten <[email protected]> WWW: http://80386.nl/
pgptDg89wEz2X.pgp
Description: PGP signature

