multithreading - Lightweight portable C++ threading -


does know lightweight portable c++ threading library, can work on windows, linux , mac os x?

specifically in case, simulator after each time passes exports simulated data. run 1 thread (simulate) once in while start thread (export). condition be: if export thread started wait until finishes, before starting new one.

thanks

what tinythread++?

need portable threads c++ app? c++0x unavailable target compiler(s)? boost large?

then need tinythread++!

tinythread++ implements compatible subset of c++0x thread management classes.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -