pub fn if_tagged_thread<Tag: 'static, Input: Wrapped<Tag>, Output: Wrapped<Tag>>(
    input: Input,
    f: impl FnOnce(Input::Unwrapped) -> Output::Unwrapped
) -> Option<Output>
👎Deprecated: It is probably a bad idea to use this crate
Expand description

Temporarily unwrap a set of values for usage if we’re on the right thread.