Changeset e84ab3d for libcfa/src/concurrency/alarm.cfa
- Timestamp:
- Jul 5, 2021, 4:44:20 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 7f62b708
- Parents:
- ee23a8d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/alarm.cfa
ree23a8d re84ab3d 51 51 //============================================================================================= 52 52 53 void ?{}( alarm_node_t & this, $thread* thrd, Duration alarm, Duration period) with( this ) {53 void ?{}( alarm_node_t & this, thread$ * thrd, Duration alarm, Duration period) with( this ) { 54 54 this.initial = alarm; 55 55 this.period = period;
Note: See TracChangeset
for help on using the changeset viewer.