✅ Is it correct to use threads now?
I read in book following:
but what about this code:
is it correct? how to rewrite it so that it stops being legacy code?
as soon as you type new Thread(), it`s over; your project already have legacy code
but what about this code:
is it correct? how to rewrite it so that it stops being legacy code?