Multiple NativeWindows to Promote Concurrency?
Hi,
I'm working on a desktop HTML app, and have begun to try and figure out workers in that environment. Barring workers, I wonder about running seperate native windows.
Does each native window execute within the same "event loop" as the main native window? In other words, can I acheive similar concurency properties to workers by segmenting out lengthy processes into seperate native windows?
Thanks,
Mike
