Browse Source

Update threading.md

blueloveTH 10 tháng trước cách đây
mục cha
commit
e81dc95e6f
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 5 1
      docs/features/threading.md

+ 5 - 1
docs/features/threading.md

@@ -137,4 +137,8 @@ Frame: 2
 Frame: 3
 Frame: 4
 World Generation Complete 3 10000 10
-```
+```
+
+`ComputeThread` used `pickle` module to serialize the data between threads.
+So parameters and return values must be supported by `pickle`.
+See [pickle](https://pocketpy.dev/modules/pickle/) for more details.