An unknown Norwegian <anon@no.no> wrote:
> Yes, it is OS-dependent, and a library can implement it with
> #ifdef something
> // implementation for window
> #else
> // implementation for linux
> #endif
The Juce framework http://www.rawmaterialsoftware.com/juce/ has
some thread stuff that might prove helpful...