Add std::jthread to banned polyfill lint check

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Server Programmability
    • ALL
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      We should ban std::jthread for the same reason we ban std::thread, and additionally because it's cancellation/notification mechanisms aren't integrated with ours.

      If we need the functionality, we should build a stdx version that works with our cancellation/notification mechanisms and has the same std::terminate behavior as stdx::thread if the thread can't be allocated.

            Assignee:
            Unassigned
            Reporter:
            George Wangensteen (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: