source: mainline/uspace/lib/cpp/include/future@ e49d0ac

Last change on this file since e49d0ac was b57ba05, checked in by Jiří Zárevúcky <zarevucky.jiri@…>, 3 years ago

Update headers in C++ files

  • Property mode set to 100644
File size: 380 bytes
RevLine 
[13f7525]1/*
[b57ba05]2 * SPDX-FileCopyrightText: 2018 Jaroslav Jindrak
[13f7525]3 *
[b57ba05]4 * SPDX-License-Identifier: BSD-3-Clause
[13f7525]5 */
6
[d86c00f0]7#include <__bits/thread/async.hpp>
[b57a3ee]8#include <__bits/thread/future.hpp>
[d86c00f0]9#include <__bits/thread/future_common.hpp>
10#include <__bits/thread/packaged_task.hpp>
11#include <__bits/thread/promise.hpp>
12#include <__bits/thread/shared_future.hpp>
13#include <__bits/thread/shared_state.hpp>
Note: See TracBrowser for help on using the repository browser.