Changeset 46c66f8 in mainline for uspace/lib/cpp/include/__bits/thread/async.hpp
- Timestamp:
- 2019-07-07T12:59:11Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8c0b781
- Parents:
- 8e24583
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/__bits/thread/async.hpp
r8e24583 r46c66f8 69 69 * Note: The case when async | deferred is set in policy 70 70 * is implementation defined, feel free to change. 71 * Rationale: We chose the 'deferred' policy, because unlike 72 * the 'async' policy it carries no possible 73 * surprise ('async' can fail due to thread 74 * creation error). 71 75 */ 72 76 if (async && deferred)
Note:
See TracChangeset
for help on using the changeset viewer.