L
Lionel van den Berg
Hi all,
I'm just wondering what's the best option for threading in C++? I've
used pthreads and forking in C (the latter is not appropriate for my
situation now). All I want to do is run a function in a new thread, it's
a simple task, no interaction with other threads etc. so I don't have to
worry about deadlock, starvation and so on.
Thanks,
Lionel.
I'm just wondering what's the best option for threading in C++? I've
used pthreads and forking in C (the latter is not appropriate for my
situation now). All I want to do is run a function in a new thread, it's
a simple task, no interaction with other threads etc. so I don't have to
worry about deadlock, starvation and so on.
Thanks,
Lionel.