Changeset 09170ab8 in mainline


Ignore:
Timestamp:
2019-07-02T11:16:54Z (5 years ago)
Author:
Jaroslav Jindrak <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5ea9dd2
Parents:
4d68584
Message:

cpp: change todo to a note as the behaviour is compliant

File:
1 edited

Legend:

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

    r4d68584 r09170ab8  
    295295            future_status timed_wait_(aux::time_unit_t) override
    296296            {
    297                 // TODO: have to sleep and check
     297                /**
     298                 * Note: Currently we have no timed join, but this
     299                 *       behaviour should be compliant.
     300                 */
    298301                return future_status::timeout;
    299302            }
Note: See TracChangeset for help on using the changeset viewer.