- **Milestone**: 5.19.01 --> future


---

** [tickets:#2690] base: Add thread class similar to std::thread**

**Status:** unassigned
**Milestone:** future
**Created:** Tue Nov 21, 2017 01:11 PM UTC by Anders Widell
**Last Updated:** Wed Jan 09, 2019 09:23 PM UTC
**Owner:** nobody


Add a base::thread class similar to the one found in the C++ standard library. 
One reason for adding our own variant is that Google C++ style guide forbids 
inclusion of the <thread> header file with the following message:

~~~
<thread> is an unapproved C++11 header.  [build/c++11] [5]
~~~

Another reason is that we can add our own functionality and eventually replace 
the old ncssysf_tsk.h interface.


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.
_______________________________________________
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets

Reply via email to