Package org.jcsp.test

Class DelaySyncer

    • Constructor Detail

      • DelaySyncer

        public DelaySyncer​(AltingBarrier barrier,
                           int milliSeconds,
                           int iterations)
    • Method Detail

      • run

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