mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 16:42:10 +02:00
We previously allowed Thread to exist in a state where its m_name was null, and had to work around that in various places. This patch removes that possibility and forces those who would create a thread (or change the name of one) to provide a NonnullOwnPtr<KString> with the name.
21 KiB
21 KiB