如何使用 "thread" 造句

1. Note that this code is fully thread safe .
注意这样的代码是完全线程安全的。
2. It is very lightweight and not thread safe .
该接口是非常轻量级的,而且是非线程安全的。
3. What about using a function with parameters in a thread ?
在线程中使用带有形参的函数,是怎么一回事呢?
4. Indexing and searching are not only thread safe , but process safe .
建立索引和搜索不是线程级安全的,但是是进程级安全的。
5. Each thread has its own sequence of execution , but accesses common data .
每个线程都有自己的执行流程,但都需要操作共有数据。