Package org.jcsp.test

Class BarrierSyncer

  • All Implemented Interfaces:
    CSProcess

    public class BarrierSyncer
    extends Object
    implements CSProcess
    A process that syncs on one alting barrier and finishes
    Author:
    N.C.C. Brown
    • Constructor Detail

    • Method Detail

      • run

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