Opened 13 years ago
Closed 11 years ago
#3885 closed Patches (fixed)
document about mix usage of boost.thread and native thread api
| Reported by: | anonymous | Owned by: | viboes |
|---|---|---|---|
| Milestone: | Boost 1.49.0 | Component: | thread |
| Version: | Boost 1.41.0 | Severity: | Problem |
| Keywords: | Cc: | viboes |
Description
I suggest adding a line in boost.thread document to say something like:
"it's safe to mix usage of boost.thread and native thread api in cases: blah blah..."
so others won't be hesitant to change using boost.thread with existing frameworks or in legacy systems.
more detailed discussions are here: http://old.nabble.com/mix-usage-of-boost.thread-and-pthread--to27376549.html#a27405512
Attachments (1)
Change History (6)
comment:1 by , 12 years ago
| Type: | Bugs → Feature Requests |
|---|
by , 12 years ago
| Attachment: | thread_ref.patch added |
|---|
comment:2 by , 12 years ago
| Type: | Feature Requests → Patches |
|---|
comment:4 by , 11 years ago
| Cc: | added |
|---|---|
| Milestone: | Boost 1.42.0 → Boost 1.49.0 |
| Owner: | changed from to |
| Status: | new → assigned |
Committed in trunk revision 75790.
comment:5 by , 11 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Committed in release at #76291
Note:
See TracTickets
for help on using tickets.

The attached patch contains some wording that can be used as a base.