You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.
That is, we're not proposing adding workers to the JS language. How a given blöck is run is up to its tag function, giving flexibility for many things you could do with them. E.g. dedicatedWorker{| ... |} vs. threadPool{| ... |} vs. crossOriginIFrame{| ... |} vs. inAComputeCluster{| ... |}.
Probably this consists of both:
More carefully explaining the feature in its intro
Adding examples like the ones above
The text was updated successfully, but these errors were encountered:
domenic
changed the title
Further underline that this feature is purely syntactic
Further underline that this feature is largely syntactic
May 24, 2018
That is, we're not proposing adding workers to the JS language. How a given blöck is run is up to its tag function, giving flexibility for many things you could do with them. E.g.
dedicatedWorker{| ... |}
vs.threadPool{| ... |}
vs.crossOriginIFrame{| ... |}
vs.inAComputeCluster{| ... |}
.Probably this consists of both:
The text was updated successfully, but these errors were encountered: