This is an automated email from the ASF dual-hosted git repository.

chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fory-site.git

commit 1019e2e90f5a80feb6aabf2c799fc23f3dd5e52e
Author: chaokunyang <[email protected]>
AuthorDate: Tue Mar 10 08:07:37 2026 +0000

    🔄 synced local 'docs/guide/' with remote 'docs/guide/'
---
 docs/guide/swift/configuration.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/guide/swift/configuration.md 
b/docs/guide/swift/configuration.md
index 4b90cc9061..0e464807ac 100644
--- a/docs/guide/swift/configuration.md
+++ b/docs/guide/swift/configuration.md
@@ -39,6 +39,11 @@ Default configuration:
 let fory = Fory() // xlang=true, trackRef=false, compatible=false
 ```
 
+## Threading
+
+`Fory` is single-threaded and optimized to reuse one read/write context pair 
on the calling thread.
+Reuse one instance per thread and do not use the same instance concurrently.
+
 ## Options
 
 ### `xlang`


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to