Synchronized functions

Tal Liron tal.liron at threecrickets.com
Thu Oct 10 06:16:44 PDT 2013


How does one create synchronized functions in Nashorn?

Rhino has this facility:

function myFunction() { ... }
myFunction = new org.mozilla.javascript.Synchronizer(myFunction)


More information about the nashorn-dev mailing list