Class WriterProcessInt

java.lang.Object
org.jcsp.test.WriterProcessInt
All Implemented Interfaces:
CSProcess

public class WriterProcessInt extends Object implements CSProcess
A process that writes out a list of values, synchronizing on the corresponding barrier after each.
Author:
N.C.C. Brown
  • Constructor Details

  • Method Details

    • run

      public void run()
      Description copied from interface: CSProcess
      This defines the actions of the process.
      Specified by:
      run in interface CSProcess