Skip to content

Add interface to define Task progress

payno requested to merge add_progress_class into main
  • add ewoks.progress: contains Base classes for Progress object and an implementation of a simple 'TextProgress'
  • add ewoks.task.TaskWithProgress: Task embedding a Progress object
  • add example.sumlist.SumList: simple example of list summation updating progress
  • add unit tests
  • remove some deprecation warning from collections.abc
Edited by payno

Merge request reports