Hi everybody!
I am creating an app in which I want some network-related things to happen in the backround and keep the UI responsive. Can somehow threads be used? I have seen that others recommend setTimeOut or setInterval, others say that creating a separate window, we create a new sub-context and it will behave like a thread, but does it really behave like a real thread? Is there some kind of trick to implement threads?
Thanks a lot!