- File:
-
- 1 edited
-
tests/concurrent/channels/parallel_harness.hfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrent/channels/parallel_harness.hfa
rb3d794fc r42b739d7 2 2 #include <fstream.hfa> 3 3 #include <stdio.h> 4 #include <string.h> 4 5 #include <channel.hfa> 5 6 #include <thread.hfa> 6 7 #include <time.hfa> 8 #include <stats.hfa> 7 9 8 10 // user defines this … … 128 130 } 129 131 130 sleep(1 0`s);132 sleep(1`s); 131 133 prod_done = true; 132 134
Note:
See TracChangeset
for help on using the changeset viewer.