跨线程 meaning in English
cross-thread
Examples
- In particular , the memory model defines semantics for
特别是,内存模型定义了保证内存操作跨线程的可见性的 - Use transactions across threads
跨线程使用事务 - Stepping occurs automatically across threads , processes , and even machines
单步执行会自动跨线程、进程甚至计算机发生。 - There are two language mechanisms for guaranteeing consistency of memory operations across threads -
有两种语言机制可用于保证跨线程内存操作的一致性 - The only way an object can be shared across threads is if a reference to it is published to the heap
(可以跨线程共享对象的惟一方式就是把对象的引用发布到堆中。 )