Ensures that the current thread is attached to the VM and calls fn. (This isn't necessary in callbacks from Java.)
fn
Function to run while attached to the VM.
Generated using TypeDoc
Ensures that the current thread is attached to the VM and calls
fn
. (This isn't necessary in callbacks from Java.)