Package com.yahoo.transaction
Interface Mutex
-
- All Superinterfaces:
AutoCloseable
public interface Mutex extends AutoCloseable
An auto closeable mutex- Author:
- bratseth
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
-
-
-
Method Detail
-
close
void close()
- Specified by:
close
in interfaceAutoCloseable
-
-