[jira] [Assigned] (XERCESC-2205) Require std::mutex and std::thread

"Roger Leigh (Jira)" <[email protected]> Wed, 26 Apr 2023 21:07:00 +0000 (UTC)
Newsgroups gmane.text.xml.xerces-c.devel
Message-ID <[email protected]>
     [ https://issues.apache.org/jira/browse/XERCESC-2205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roger Leigh reassigned XERCESC-2205:
------------------------------------

    Assignee:     (was: Roger Leigh)

> Require std::mutex and std::thread
> ----------------------------------
>
>                 Key: XERCESC-2205
>                 URL: https://issues.apache.org/jira/browse/XERCESC-2205
>             Project: Xerces-C++
>          Issue Type: Improvement
>          Components: Miscellaneous
>            Reporter: Roger Leigh
>            Priority: Major
>             Fix For: 4.0.0
>
>
> 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.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)