Expand description
Modules§
Structs§
- Call
Error - The call failed before it could return a value. This should not happen unless
the thread panics, which can only happen if the function passed to
run_in_thread
panics. - Thread
Bound Runner - A runner that takes a non-
Send
state and makes itSend
compatible.