-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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