Skip to content

Extend thread check to all sdkhooks - #2534

Open
Kenzzer wants to merge 1 commit into
masterfrom
k/thread_check
Open

Extend thread check to all sdkhooks#2534
Kenzzer wants to merge 1 commit into
masterfrom
k/thread_check

Conversation

@Kenzzer

@Kenzzer Kenzzer commented Aug 3, 2026

Copy link
Copy Markdown
Member

Not much to be said, other than I'm moving the thread check to all sdkhooks. This is something I'm already doing for #2403

if (std::this_thread::get_id() != _main_thread) {

but rather than wait for this to land, I backported the fix. This also seems like something that we should have in general.

@Kenzzer
Kenzzer requested a review from psychonic August 3, 2026 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant