Changeset d340254 in mainline
- Timestamp:
- 2019-07-01T09:51:41Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 87efcb1
- Parents:
- 60cb9e1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/__bits/thread/shared_state.hpp
r60cb9e1 rd340254 46 46 namespace std::aux 47 47 { 48 /**49 * TODO: Make this a shared_state_base which will not have the50 * set_value functions, but will keep the rest. Then create51 * shared state with the set_value function and a specialization52 * of that with a set_value that takes no arguments.53 *54 * The value itself should be in the children (as the void one55 * won't have it).56 */57 48 class shared_state_base: public aux::refcount_obj 58 49 {
Note:
See TracChangeset
for help on using the changeset viewer.