blob: 8537b1067aa975e2be499bd92ab0b343d9ad5df4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
cmake/Async++Config.cmake
cmake/asyncxx-targets-%%CMAKE_BUILD_TYPE%%.cmake
cmake/asyncxx-targets.cmake
include/async++.h
include/async++/aligned_alloc.h
include/async++/cancel.h
include/async++/continuation_vector.h
include/async++/parallel_for.h
include/async++/parallel_invoke.h
include/async++/parallel_reduce.h
include/async++/partitioner.h
include/async++/range.h
include/async++/ref_count.h
include/async++/scheduler.h
include/async++/scheduler_fwd.h
include/async++/task.h
include/async++/task_base.h
include/async++/traits.h
include/async++/when_all_any.h
%%STATIC%%lib/libasync++.a
lib/libasync++.so
|