-
Bug
-
Resolution: Fixed
-
P3
-
None
-
None
It's not clear to me what if any methods on JShell are thread safe, except for JShell.stop. I see certain methods on JShellImpl are marked synchronized, implying there is potentially some concurrent activity.
Can callback notifications occur on a different thread that registered the listener? same for unsubscribing a listener.
Can callback notifications occur on a different thread that registered the listener? same for unsubscribing a listener.