Package org.jcsp.test

Class BarrierSyncer

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

public class BarrierSyncer extends Object implements CSProcess
A process that syncs on one alting barrier and finishes
  • Field Details

  • 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