Sujet : Re: 'Graphics' of libwy
De : Muttley (at) *nospam* DastardlyHQ.org
Groupes : comp.lang.c++Date : 18. Dec 2024, 15:07:38
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vjukva$2ar7r$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9
On Wed, 18 Dec 2024 13:58:02 +0100
David Brown <
david.brown@hesbynett.no> wibbled:
On 18/12/2024 10:16, Muttley@DastardlyHQ.org wrote:
I was surprised they even
included a threading library given on various embedded systems threading is
not available. Plus its inconsistent - why multithreading but no
multiprocess?
>
Threading in C11 and C++11 was too little, too late. And it doesn't
take into account the significantly different threading systems used in
different OS's. For embedded systems, how is anyone supposed to use a
threading library that doesn't handle priorities, stack size, and the like?
Until 2017 when shared_mutex came along it couldn't even do 3 level locking
which would be a deal breaker for a lot of people. Certainly was for me.
I think trying to standardise a C++ gui library would be like
standardising threading, but orders of magnitude worse.
Agreed.