Fields
| hardware | None |
| os | None |
Parameters
Fields
| Name | Value |
|---|
Parameters
| Name | Value |
|---|---|
| git_commit |
commit 99174842aedf9aa571bdb23d07566965ff3c21e3 Author: Louis Dionne <ldionne.2@gmail.com> Date: Thu Sep 12 09:48:59 2024 -0400 [libc++] Make std::jthread supported in non-experimental mode (#107900) We waited before supporting std::jthread fully because we wanted to investigate other implementation strategies (in particular one involving std::mutex). Since then, we did some benchmarking and decided that we wouldn't be moving forward with std::mutex. Hence, there is no real reason to punt on making std::jthread & friends non-experimental. |