gosuri / uilive

uilive is a go library for updating terminal output in realtime
MIT License
1.7k stars 87 forks source link

Using time.Ticker for running stoppable listener. Fix edge case where… #7

Closed henvic closed 7 years ago

henvic commented 8 years ago

… flush happens after the listener is stopped.

This is part of the fix to https://github.com/gosuri/uiprogress/issues/20