Changeset 4dfb259 in mainline for uspace/lib/cpp/include/__bits/thread/packaged_task.hpp
- Timestamp:
- 2019-07-03T10:00:07Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b96e87e
- Parents:
- 5ab9df4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/__bits/thread/packaged_task.hpp
r5ab9df4 r4dfb259 177 177 } 178 178 179 void make_ready_at_thread_exit(Args... )179 void make_ready_at_thread_exit(Args... args) 180 180 { 181 181 if (!state_)
Note:
See TracChangeset
for help on using the changeset viewer.