Script.thread or Async.run for blocking waits:
Java.mc(), Java.type(...), or Reflect do not automatically marshal back to the client thread. Prefer the high-level APIs when possible.Where script callbacks run.
Script.thread or Async.run for blocking waits:
Java.mc(), Java.type(...), or Reflect do not automatically marshal back to the client thread. Prefer the high-level APIs when possible.