7 Commits

Author SHA1 Message Date
Pung
6a01e3fbf9 removed unused fmt 2026-05-01 13:41:13 +07:00
Pung
ecd8b89daf better error message 2026-05-01 13:12:48 +07:00
Wachiraphol Yingamphol
99442fa390 add proper test for thread names 2026-04-06 15:31:07 +07:00
Jeroen van Rijn
dacb0f7786 Port tests\core\thread 2024-06-02 14:47:09 -04:00
laytan
2e64866838 fix self_cleanup causing join to fail 2023-11-20 21:23:12 +01:00
Laytan Laats
50f86dc14f Fix shadowing 2023-11-15 19:08:05 +01:00
Laytan Laats
9078ddaf5a Allow larger thread poly data
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`.
2023-11-15 19:08:03 +01:00