Skip to content
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

Added support for multiple progress bars displayed simultaneously #68

Closed
wants to merge 1 commit into from

Conversation

vehovsky
Copy link
Contributor

@vehovsky vehovsky commented Apr 6, 2020

  • defaults to "single line" behaviour when terminal does not support moving cursor
  • using ScheduledThreadPoolExecutor with single daemon thread (that does not prevent the JVM from exiting)
    • simplifies thread-safety and ensures only single thread is moving cursor

Fixes #11

…arted from multiple threads / concurrently)

 - defaults to "single line" behavior when terminal does not support moving cursor
 - using ScheduledThreadPoolExecutor with single daemon thread (that does not prevent the JVM from exiting)
   - simplifies thread-safety and ensures only single thread is moving cursor
@vehovsky vehovsky closed this Apr 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When used in multiple thread, all the progress bars are in one line
1 participant