Module thread_bound_runner

Source

Structsยง

CallError
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.
CallRequest ๐Ÿ”’
ThreadBoundRunner
A runner that takes a non-Send, non-Sync state and makes it Send + Sync compatible.

Type Aliasesยง

CallFunction ๐Ÿ”’