Hello all
im developing tiny application that is multi platform and now im
looking for multi threading light library that will be multi platform , freeware.
This is a discussion on Looking for light cross platform Threading library within the C++ Programming forums, part of the General Programming Boards category; Hello all im developing tiny application that is multi platform and now im looking for multi threading light library that ...
Hello all
im developing tiny application that is multi platform and now im
looking for multi threading light library that will be multi platform , freeware.
is it small ?
Qt has one, too, although I wouldn't call it "small".
wxwidgets has a threading lib, too. Also pthread are implemented for linux, win32, mac (if that matches your definition of portable)
The lightest would probably be pthreads. It weighs nothing at all on POSIX systems.
All the buzzt!
CornedBee
"There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
- Flon's Law
Note that there is no implementation of pthread on win64 (I couldn't find one at least).