ctongfei / progressbar

Terminal-based progress bar for Java / JVM
http://tongfei.me/progressbar/
MIT License
1.07k stars 102 forks source link

Ctrl - c to stop java console program slowly #150

Closed quantrpeter closed 1 year ago

quantrpeter commented 1 year ago

Ctrl - c to stop java console program slowly. It takes around 10 seconds to stop

ctongfei commented 1 year ago

Have you tried Ctrl + \, that sends SIGQUIT?

ctongfei commented 1 year ago

This is the expected Java behavior for threads I believe. If you want to have the process shut down when being signalled SIGINT, maybe add a shutdown hook? See https://stackoverflow.com/questions/1611931/catching-ctrlc-in-java