Changeset 5e4a830 for libcfa/src/concurrency
- Timestamp:
- Mar 14, 2023, 10:57:41 AM (21 months ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- b2f3880
- Parents:
- 50f3f3a
- Location:
- libcfa/src/concurrency
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/channel.hfa
r50f3f3a r5e4a830 1 #pragma once 2 1 3 #include <locks.hfa> 2 4 -
libcfa/src/concurrency/clib/cfathread.h
r50f3f3a r5e4a830 10 10 // Created On : Tue Sep 22 15:31:20 2020 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Sat Feb 25 17:39:20 202313 // Update Count : 612 // Last Modified On : Mon Mar 13 23:48:40 2023 13 // Update Count : 7 14 14 // 15 16 #pragma once 15 17 16 18 #if defined(__cforall) || defined(__cplusplus) -
libcfa/src/concurrency/future.hfa
r50f3f3a r5e4a830 14 14 // 15 15 16 //#pragma once16 #pragma once 17 17 18 18 #include "bits/locks.hfa" -
libcfa/src/concurrency/invoke.h
r50f3f3a r5e4a830 10 10 // Created On : Tue Jan 17 12:27:26 2016 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Tue Nov 29 20:42:21 2022 13 // Update Count : 56 14 // 12 // Last Modified On : Mon Mar 13 23:51:03 2023 13 // Update Count : 57 14 // 15 16 #pragma once 15 17 16 18 #include "bits/containers.hfa" -
libcfa/src/concurrency/mutex_stmt.hfa
r50f3f3a r5e4a830 1 #pragma once 2 1 3 #include "bits/algorithm.hfa" 2 4 #include "bits/defs.hfa" -
libcfa/src/concurrency/select.hfa
r50f3f3a r5e4a830 1 #pragma once 2 1 3 #include "containers/list.hfa" 2 4 #include <stdint.h>
Note: See TracChangeset
for help on using the changeset viewer.