Add Implicit @pool for Each Unit Test Invocation (#2654)

* Add Implicit `@pool` for Each Unit Test Invocation
This commit is contained in:
Zack Puhl
2025-12-17 09:08:02 -05:00
committed by GitHub
parent 00c1210625
commit 8055c340f6
3 changed files with 40 additions and 8 deletions

View File

@@ -22,6 +22,7 @@
- Hard limit of 127 characters for identifiers.
- `$$LINE` would sometimes yield the incorrect format.
- Fix error message when a method has the wrong type for the first argument.
- Unit tests allocating too much `tmem` without `@pool` would cause errors in unrelated tests. #2654
### Stdlib changes
- Add `ThreadPool` join function to wait for all threads to finish in the pool without destroying the threads.