C
Chris Thomasson
Dmitriy V'jukov said:I have only good impressions of your eventcount. It's very simple and
very efficient.
Thank you.
I used it to combine several queues and scheduler for
thread.
That's very good to hear. I am glad that it can be of assistance to some of
your high-end programs.
:^)
As for Boost.Threads I'm not sure. If someone will add event count to
Boost.Threads then he must also add some queues and stacks, and
educate people how correctly use it.
Yeah... That's oh so very true. Humm. Well, IMVHO, I think it could possibly
fit in with C++ simply because its going to standardize low-level atomics
and threading. Programmers are going to actually be able to create standard
non-blocking algorithms; therefore, it would be very nice to also provide a
standard method to apply conditional blocking semantics to them. This is
probably going to sound controversial, but perhaps leaving eventcounts out
of the next C++ standard would be somewhat similar to leaving condvars out
of PThreads; does that make any sense?
:^o