I've been using Rust for like… a while, now, and it's super common for me to get an error I don't even know where to begin comprehending.
-
I've been using Rust for like… a while, now, and it's super common for me to get an error I don't even know where to begin comprehending. I got an error about "Cell", a class I am not using, because I captured a different object within a closure that's gonna travel across a thread. The object that doesn't want to travel across a thread is named "IpcSender". I don't know this class but it seems like if there's one thing you'd want to send to another thread it would be an IPC endpoint
Copyright © 2024 NodeBB | Contributors