Opened 11 years ago
Last modified 10 years ago
#6217 closed Feature Requests
Make uniform Boost.Thread and Boost.Interprocess synchronization interface — at Initial Version
Reported by: | viboes | Owned by: | Anthony Williams |
---|---|---|---|
Milestone: | Boost 1.50.0 | Component: | thread |
Version: | Boost 1.48.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Currently there are some differences between Boost.Thread and Boost.Interprocess concerning the synchronization interfaces.
The following references could be taken as a base to choose the final names Shared locking in C++ - Howard Hinnant proposal draft and N2094 Multithreading API for C++0X - A Layered Approach.
This is surely a big task that could be split in smaller tasks or feature requests. E.g. we could have two non-shared and shared synchronization.
Note:
See TracTickets
for help on using tickets.