atomique et epoque fini
This commit is contained in:
@@ -48,6 +48,8 @@ public class TestAlgoDiffusionEpoq {
|
||||
Canal canal = new Canal(c, scheduler, afficheur);
|
||||
c.attach(canal);
|
||||
}
|
||||
|
||||
algo.configure();
|
||||
|
||||
ScheduledExecutorService clock = scheduler.getScheculer();
|
||||
ScheduledFuture<?> future = clock.scheduleAtFixedRate(() -> c.tick(), 0, 500, TimeUnit.MILLISECONDS);
|
||||
|
||||
Reference in New Issue
Block a user