aboutsummaryrefslogtreecommitdiff
path: root/tests/core/thread
Commit message (Collapse)AuthorAgeFilesLines
* fix self_cleanup causing join to faillaytan2023-11-201-6/+10
|
* Fix shadowingLaytan Laats2023-11-151-12/+12
|
* Allow larger thread poly dataLaytan Laats2023-11-151-0/+80
The poly data currently has the restriction of being less than a pointer's size, but there is much more space in the `Thread.user_args` array which can be utilized, this commit allows you to pass types that are larger than pointer length as long as the total size of the poly data is less than that of the `Thread.user_args`.