PDA

View Full Version : Conditions (threading)



Nightwind0
01-16-2012, 06:37 PM
Hello.
I know ClanLib supports mutexes, but is there any support for condition variables?
I am referring to these:
https://computing.llnl.gov/tutorials/pthreads/#ConVarSignal

And the likes. I am doing a threaded game and I need additional tools beyond just mutexes if possible.

Any chance of something like that?

-Nightwind0