licenses.dev

send_wrapper v0.4.0

This Rust library implements a wrapper type called SendWrapper which allows you to move around non-Send types between threads, as long as you access the contained value only from within the original thread. You also have to make sure that the wrapper is dropped from within the original thread. If any of these constraints is violated, a panic occurs.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

This package has no dependencies.
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/send_wrapper)](https://licenses.dev/cargo/send_wrapper)
<a href="https://licenses.dev/cargo/send_wrapper">
  <img src="https://licenses.dev/b/cargo/send_wrapper" alt="licenses" />
</a>

Or the licenses badge code for the 0.4.0 version:

[![licenses](https://licenses.dev/b/cargo/send_wrapper/0.4.0)](https://licenses.dev/cargo/send_wrapper/0.4.0)
<a href="https://licenses.dev/cargo/send_wrapper/0.4.0">
  <img src="https://licenses.dev/b/cargo/send_wrapper/0.4.0" alt="licenses" />
</a>
GitHub