Uploaded image for project: 'Xerces-C++'
  1. Xerces-C++
  2. XERCESC-2205

Require std::mutex and std::thread

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • 4.0.0
    • Miscellaneous
    • None

    Description

      Replace the existing MutexManager with the standard library implementation. This is essentially going to be pthreads or Windows threads under the hood, so it's effectively replacing PosixMutexManager and WindowsMutexManager with a single standard replacement. This is currently StdMutexMgr, but rather than using the MutexManager abstraction, we would be using the standard types directly.

      Attachments

        Activity

          People

            Unassigned Unassigned
            rleigh Roger Leigh
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: