+ 1
multi thread browser
How to write multi thread Web browser that one thread load image of url and another thread load text and etc?
2 Antworten
0
Here is some demos for you to look at.
https://medium.com/techtrument/multithreading-javascript-46156179cf9a
https://keithwhor.github.io/multithread.js/
0
Thank you but I want to design Web browser in Java language