public interface Synchronizer
Modifier and Type | Method and Description |
---|---|
void |
enter()
Called when spawning a new thread that must complete before initialization can
continue.
|
void |
exit()
Called after the asynchronous process has completed.
|