- File:
-
- 1 edited
-
tests/concurrent/channels/parallel_harness.hfa (modified) (2 diffs)
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.