Changeset b3d794fc
- Timestamp:
- Jan 14, 2023, 10:04:34 AM (23 months ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- 34a1d2e
- Parents:
- 42b739d7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrent/channels/parallel_harness.hfa
r42b739d7 rb3d794fc 2 2 #include <fstream.hfa> 3 3 #include <stdio.h> 4 #include <string.h>5 4 #include <channel.hfa> 6 5 #include <thread.hfa> 7 6 #include <time.hfa> 8 #include <stats.hfa>9 7 10 8 // user defines this … … 130 128 } 131 129 132 sleep(1 `s);130 sleep(10`s); 133 131 prod_done = true; 134 132
Note: See TracChangeset
for help on using the changeset viewer.