sbt/main
Ethan Atkins f0bec6d9e3 Limit TaskProgress threads
I noticed some flickering in super shell progress lines and realized
that it was because there were multiple progress threads running
concurrently. This is problematic because each thread has a completely
different state so if each thread has an active task, the display will
flicker between the two tasks. I think this is caused primarily by
dynamic tasks. At least the example where I was seeing it was caused by
a dynamic task.
2019-09-24 11:56:40 -07:00
..
src Limit TaskProgress threads 2019-09-24 11:56:40 -07:00
NOTICE Add, configure & enforce file headers 2017-10-05 09:03:40 +01:00