Lines Matching refs:threads

19 …e (KV) pair that cannot be transferred across threads into the data that can be transferred across…
27 … [NonSendableBucket](#nonsendablebucket) | Yes | Data that cannot be transferred across threads. |
33 | [ValuesBucket](#valuesbucket) | Data that can be transferred across threads. |
82 …rts a KV pair that can be transferred across threads into the data that cannot be transferred acro…
90 | valuesBucket | [ValuesBucket](#valuesbucket) | Yes | Data that can be transferred across threads
96 | [NonSendableBucket](#nonsendablebucket) | Data that cannot be transferred across threads. |
145 … asset data that cannot be transferred across threads into the data that can be transferred across…
153 …SendableAsset](#nonsendablebucket) | Yes | Asset data that cannot be transferred across threads. |
159 | [Asset](#asset) | Asset data that can be transferred across threads. |
186 …he asset data that can be transferred across threads into the data that cannot be transferred acro…
194 | asset | [Asset](#asset) | Yes | Asset data that can be transferred across threads. |
200 | [NonSendableAsset](#nonsendablebucket) | Asset data that cannot be transferred across threads. |
246 Represent an array of [Assets](#asset), which allows assets to be transferred across threads.
278 Represents the KV pair that can be transferred across threads.
284 …tring, [ValueType](#valuetype)> | KV pair that can be transferred across threads. The key must be …
290 Represents the KV pair that cannot be transferred across threads
296 …s-apis-data-relationalStore.md#valuesbucket) | KV pair that cannot be transferred across threads. |
302 Represent the asset (such as a document, image, and video) that cannot be transferred across threads
308 …et](./js-apis-data-relationalStore.md#asset10) | Asset that cannot be transferred across threads. |