Thread-safe methods的意思|示意

美 / / 英 / /

线程安全的方法


Thread-safe methods的网络常见释义

线程安全方法 线程安全方法(Thread-safe methods) 在一些情况下,你所实现的方法有可能会被多于一个的线程所调用,所以它们必须被写成线程安全的。 &nb.

线程安全的方法 ... 使用-AsyncTask 线程安全的方法 - Thread-safe methods 进程间通信 - Interprocess Communication ...

Thread-safe methods相关例句

The AuthorizedCalls bean (shown in Listing 13) provides thread-safe methods for managing the set of authorized calls.

Authorized Calls bean(见清单13)提供了一些线程安全的方法,用于管理这个经过授权的调用的集合。

Swing components must be accessed in the EDT, unless you call methods documented as thread-safe.

Swing组件必须在EDT中进行访问,除非您调用文档化为线程安全的方法。

Note that all the methods, even get(), need to be synchronized for the class to be thread-safe, to ensure that no updates are lost, and that all threads see the most recent value of the counter.

注意所有方法,甚至需要同步 get(),使类成为线程安全的类,从而确保没有任何更新信息丢失,所有线程都看到计数器的最新值。

Because these methods might be called from any number of threads at the same time, they too must be implemented to be thread-safe.

因为这些方法可能会从很多线程同时调用,它们也必须实现为线程安全的。

IBinder methods must, therefore, be implemented to be thread-safe.

因此ibinder方法必须实现为线程安全的。

In some situations, the methods you implement might be called from more than one thread, and therefore must be written to be thread-safe.

在某些场合,方法可能会从不止一个线程中被调用,因此这些方法必须是写成线程安全的。