Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Protect constant initializers with mutex on Windows (#15134)
`Crystal::System::FileDescriptor#@@reader_thread` is initialized before `Crystal::System::Fiber::RESERVED_STACK_SIZE` which creates a race condition. Regression from #14947
- Loading branch information