Thread-Safe Interface的意思|示意
美 / /
英 / /
线程安全的接口
Thread-Safe Interface的网络常见释义
线程安全接口 Thread-Safe Interface (线程安全接口) : 将加锁开销减至最少,并保证组件间的方法调用不会因为想再次获得一个已被组件拥有的锁而导致的“自死锁”.
Thread-Safe Interface相关例句
To ensure that your implementation is thread-safe, a class that implements this interface should use either the synchronized keyword on the methods or synchronized blocks within the methods.
为了确保实现是线程安全的,实现该接口的类应该在方法上使用synchronized关键字,或者在方法内部使用同步锁。