Changeset d86c00f0 in mainline for uspace/lib/cpp/include/future


Ignore:
Timestamp:
2019-06-30T14:36:39Z (5 years ago)
Author:
Jaroslav Jindrak <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6e97265
Parents:
7480341
Message:

cpp: add the new subheaders into <future>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/cpp/include/future

    r7480341 rd86c00f0  
    2727 */
    2828
     29#include <__bits/thread/async.hpp>
    2930#include <__bits/thread/future.hpp>
     31#include <__bits/thread/future_common.hpp>
     32#include <__bits/thread/packaged_task.hpp>
     33#include <__bits/thread/promise.hpp>
     34#include <__bits/thread/shared_future.hpp>
     35#include <__bits/thread/shared_state.hpp>
Note: See TracChangeset for help on using the changeset viewer.