afetch icon indicating copy to clipboard operation
afetch copied to clipboard

remove threads

Open Jan200101 opened this issue 4 years ago • 0 comments

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

Jan200101 avatar Dec 27 '21 00:12 Jan200101