Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: don't run thread specs with the interpreter
Starting threads very likely requires support from the interpreter to create the thread (so it knows about it) to run the interpreted code in. This also fixes the "can't resume running fiber" exceptions that started appearing in the wait group pull request, because they were always run after the thread related specs.
- Loading branch information