Checkpoint synchronization: Difference between revisions

Content added Content deleted
(Python example)
m (→‎{{header|Perl 6}}: Reduce waiting times. long delays make it tedious for automated testing.)
Line 2,084: Line 2,084:
my $TotalWorkers = 3;
my $TotalWorkers = 3;
my $BatchToRun = 3;
my $BatchToRun = 3;
my @TimeTaken = (5..35); # in seconds
my @TimeTaken = (5..15); # in seconds


my $batch_progress = 0;
my $batch_progress = 0;