package fr.umlv.loom.scheduler;
 
class SchedulerImpl {
  static final ContinuationScope SCOPE = new ContinuationScope("Scheduler");
}
