Changeset 09170ab8 in mainline
- Timestamp:
- 2019-07-02T11:16:54Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5ea9dd2
- Parents:
- 4d68584
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/__bits/thread/shared_state.hpp
r4d68584 r09170ab8 295 295 future_status timed_wait_(aux::time_unit_t) override 296 296 { 297 // TODO: have to sleep and check 297 /** 298 * Note: Currently we have no timed join, but this 299 * behaviour should be compliant. 300 */ 298 301 return future_status::timeout; 299 302 }
Note:
See TracChangeset
for help on using the changeset viewer.