Changeset c18bf9e for libcfa/src/concurrency/alarm.cfa
- Timestamp:
- May 16, 2022, 12:08:36 PM (13 months ago)
- Branches:
- ADT, master, pthread-emulation, qualifiedEnum
- Children:
- 4bb5d36
- Parents:
- 108345a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/alarm.cfa
r108345a rc18bf9e 141 141 //============================================================================================= 142 142 143 void sleep( Duration duration ) {143 void sleep( Duration duration ) libcfa_public { 144 144 alarm_node_t node = { active_thread(), duration, 0`s }; 145 145
Note: See TracChangeset
for help on using the changeset viewer.