Crate interprocess_traits

Source
Expand description

The interprocess-traits crate provides type traits to annotate types which have certain properties when used in a multiprocess environment.

Traitsยง

  • Types which can be transferred across process boundary.
  • Types for which it is safe to share references between processes.