Open AndreCostaaa opened 2 months ago
Currently, skills and exo are behind an Arc which means there's no mutating them There's 3 options here:
Arc
Arc<Mutex>
Currently, skills and exo are behind an
Arc
which means there's no mutating them There's 3 options here:Arc<Mutex>
so we can mutate the dataArc
which will involve more cloning when sending them to the UI