multithreading - Looking for a light-weight cross-platform C threading library -
i wanted use openmp this, not appropriate purposes: creating own thread pool.
so, needs c89 code with, of course, platform specific code windows , unices.
i need c library, no c++, boost c++11, etc.
thanks!
use posix threads - pthread. there windows implementation.
also take on gthread - part of glib.
Comments
Post a Comment