mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
Update threading.md
This commit is contained in:
parent
178e77fec3
commit
e81dc95e6f
@ -138,3 +138,7 @@ Frame: 3
|
|||||||
Frame: 4
|
Frame: 4
|
||||||
World Generation Complete 3 10000 10
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user