so many bugs #43
-
|
error: future cannot be sent between threads safely error: future cannot be sent between threads safely error: future cannot be sent between threads safely error: future cannot be sent between threads safely error: future cannot be sent between threads safely error: future cannot be sent between threads safely |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Replace Rc with Arc to make it thread-safe and satisfy Tokio's spawn requirements. |
Beta Was this translation helpful? Give feedback.
Replace Rc with Arc to make it thread-safe and satisfy Tokio's spawn requirements.