Simon Rozman b791621a2a stream: make std:thread member rather than derive from it
When deriving, C++ might believe the derived class is still movable. But
it's not and rather than deleting move constructor and operator, this
approach made simpler code.

Signed-off-by: Simon Rozman <simon@rozman.si>
2023-10-10 16:43:07 +02:00
2023-10-10 16:42:03 +02:00
2022-03-07 11:37:35 +01:00
2023-03-08 13:34:04 +01:00
2023-09-25 14:55:27 +02:00

stdex - Random stuff that didn't made it into std C++

Description
Standard C++ Library Extension
Readme MIT 60 MiB
Languages
C++ 100%