-
Notifications
You must be signed in to change notification settings - Fork 0
Add visual progress indicators #3
Conversation
So far, I have been considering using the However I want to avoid too much encapsulation as to avoid the overhead of multiple different structs contained in other structs (somehow) interacting with each other. |
Nothing to see here yet, I will improve error handling at a later stage
Due to a realization that error handling is still incomplete, I will merge my current progress and work on error handling. |
This merge is very early, which is a result of incomplete error handling. I will move on to deal with that issue and move back to visual indicators in a later pr
Introduction
In this pull my goal is to create visual indicators for running operations.
It is supposed to be a continuation on #1, this time focusing solely on expanding on the
TaskQueue
and adding visual indicators of progress.Goals
TaskQueue
operations