doc: Document !1353

This commit is contained in:
Jakob Bornecrantz 2022-05-27 12:25:20 +01:00 committed by Jakob Bornecrantz
parent fc769347a8
commit 041f65745e
2 changed files with 3 additions and 1 deletions

View file

@ -2,8 +2,9 @@
- mr.1320
- mr.1324
- mr.1329
- mr.1353
---
os: Rename threading functions to more clearly state that it both stops and
waits on the thread. Also add asserts to make sure primitives have ben
waits on the thread. Also add asserts to make sure primitives have been
initialized.

View file

@ -0,0 +1 @@
st/oxr: Make sure to init session fields as early as possible.