I am trying to make a tauri app and trying to use threads to do work and to use events from tauri to start and stop threads
So the issue the send method in the channel is givng the SendError,
All I want is to start and stop a specific thread
the current code
the code