Std::thread?

Ask for help with ScummVM problems

Moderator: ScummVM Team

Post Reply
User avatar
Raziel
ScummVM Porter
Posts: 1517
Joined: Tue Oct 25, 2005 8:27 am
Location: a dying planet

Std::thread?

Post by Raziel »

Quick question:
Is ScummVM using std::thread and friends?
Does it need/use C++11 concurrency features?

If not, is it planned?

I'm asking because if not I could probably reduce the binary size on local builds.
User avatar
sev
ScummVM Lead
Posts: 2273
Joined: Wed Sep 21, 2005 1:06 pm
Contact:

Re: Std::thread?

Post by sev »

ScummVM is not using any of the STL (except for the tests and some devtools). For threading we use libpthread.


Eugene
User avatar
Raziel
ScummVM Porter
Posts: 1517
Joined: Tue Oct 25, 2005 8:27 am
Location: a dying planet

Re: Std::thread?

Post by Raziel »

@sev

Thank you very much
Post Reply