Changeset 8e24583 in mainline for uspace/lib/cpp/include/__bits/thread/packaged_task.hpp
- Timestamp:
- 2019-07-03T16:59:49Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 46c66f8
- Parents:
- 96fec16
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/__bits/thread/packaged_task.hpp
r96fec16 r8e24583 127 127 func_ = move(rhs.func_); 128 128 state_ = move(rhs.state_); 129 rhs.state_ = nullptr; 129 130 130 131 return *this;
Note:
See TracChangeset
for help on using the changeset viewer.