Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snugfox/advance
Simple, flexible, and thread-safe Go library for expressing progress
https://github.com/snugfox/advance
go golang modular progress progressbar thread-safe
Last synced: about 2 months ago
JSON representation
Simple, flexible, and thread-safe Go library for expressing progress
- Host: GitHub
- URL: https://github.com/snugfox/advance
- Owner: snugfox
- License: mit
- Created: 2018-10-03T06:40:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-08T08:03:33.000Z (over 6 years ago)
- Last Synced: 2024-06-20T12:37:17.373Z (7 months ago)
- Topics: go, golang, modular, progress, progressbar, thread-safe
- Language: Go
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Advance
Advance is a simple, flexible, and thread-safe library for expressing progress.
Advance records progress for long-running tasks and prints related components to
the command line. Advance even handles simultaneous output and progress updates.---
⚠ Advance is still under early development and not yet suitable for production
applications.