hi, I have a GWT web app that I would like to make more reactive by moving some heavy computation code into web workers. This code doesn't need the context of the application to run, I just need to pass it a few input parameters so it should be a good fit for a web worker.
I see how the web app can instantiate web workers using elemental2.dom.Worker. But as my worker code is in Java, I would like to know if I can use the GWT compiler to generate the worker itself. I expect a js file with a onmessage function as output that I can load from the web app. Is it possible to do this? -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/4202749b-6b5d-4938-8dd0-798bb6fccfedn%40googlegroups.com.
