IsolateSynch.java | Class | A simple cross-isolate synchronization mechanism.
Handles the simple case of synchronizing between two
isolates, performing "master" and "slave" roles.
This is useful for cross-isolate unit testing.
This is a utility class, containing only static methods.
No instances of this class are ever created.
This class must be initialized once (presumably the by master),
by calling init(), before starting the slave isolate. |