Ignore:
Timestamp:
2019-07-07T12:59:11Z (5 years ago)
Author:
Jaroslav Jindrak <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8c0b781
Parents:
8e24583
Message:

cpp: apply requested changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/cpp/include/__bits/thread/async.hpp

    r8e24583 r46c66f8  
    6969             * Note: The case when async | deferred is set in policy
    7070             *       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).
    7175             */
    7276            if (async && deferred)
Note: See TracChangeset for help on using the changeset viewer.