Changeset bf13e711 in mainline
- Timestamp:
- 2019-06-30T14:35:43Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7480341
- Parents:
- 0076b9d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified uspace/lib/cpp/include/__bits/thread/async.hpp ¶
r0076b9d rbf13e711 31 31 32 32 #include <__bits/thread/future.hpp> 33 #include <__bits/thread/future_common.hpp> 33 34 #include <__bits/thread/shared_state.hpp> 34 35 #include <__bits/type_traits/result_of.hpp> … … 40 41 enum class launch 41 42 { 42 async ,43 async = 1, 43 44 deferred 44 45 };
Note:
See TracChangeset
for help on using the changeset viewer.