Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/concurrent/channels/parallel_harness.hfa

    rb3d794fc r42b739d7  
    22#include <fstream.hfa>
    33#include <stdio.h>
     4#include <string.h>
    45#include <channel.hfa>
    56#include <thread.hfa>
    67#include <time.hfa>
     8#include <stats.hfa>
    79
    810// user defines this
     
    128130    }
    129131
    130     sleep(10`s);
     132    sleep(1`s);
    131133    prod_done = true;
    132134
Note: See TracChangeset for help on using the changeset viewer.