- File:
-
- 1 edited
-
libcfa/src/concurrency/alarm.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/alarm.cfa
rc18bf9e re84ab3d 141 141 //============================================================================================= 142 142 143 void sleep( Duration duration ) libcfa_public{143 void sleep( Duration duration ) { 144 144 alarm_node_t node = { active_thread(), duration, 0`s }; 145 145
Note:
See TracChangeset
for help on using the changeset viewer.