issues
search
gosuri
/
uilive
uilive is a go library for updating terminal output in realtime
MIT License
1.7k
stars
87
forks
source link
Allow Start to be called immediately after Stop
#19
Closed
genevieve
closed
4 years ago
genevieve
commented
6 years ago
Prior to this change the library would panic if you called Start a second time immediately after calling Stop
This change updates Stop to block until the background Listen method is finished
cc @ljfranklin
cc @ljfranklin