Class SessionWriteLock

java.lang.Object
ca.phon.project.SessionWriteLock
All Implemented Interfaces:
AutoCloseable

public final class SessionWriteLock extends Object implements AutoCloseable
Lock for writing to a session. This is used to prevent multiple threads from writing to the same session at the same time.