13-CF / afetch

Simple system info written in C
GNU General Public License v3.0
223 stars 39 forks source link

remove threads #79

Open Jan200101 opened 2 years ago

Jan200101 commented 2 years ago

user, kernel, uptime and shell are all so simplistic that it makes no sense to use multi threading on them.

colourDraw gets joined back as soon as its created instead of being called directly

os is the only function worth multi threading, but since nothing else takes up time its simple called last.

Since we have to call OS before printing it makes no sense to use threads at all