[ol9_developer_EPEL] rust-send_wrapper+default-devel-0.6.0-1.el9.noarch

Name:rust-send_wrapper+default-devel
Version:0.6.0
Release:1.el9
Architecture:noarch
Group:Unspecified
Size:1495
License:MIT OR Apache-2.0
RPM: rust-send_wrapper+default-devel-0.6.0-1.el9.noarch.rpm
Source RPM: rust-send_wrapper-0.6.0-1.el9.src.rpm
Build Date:Tue Jan 16 2024
Build Host:build-ol9-x86_64.oracle.com
Vendor:Oracle America
URL:https://crates.io/crates/send_wrapper
Summary:Wrapper type to allow moving non-Send types between threads
Description:
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.

This package contains library source intended for building other packages which
use the "default" feature of the "send_wrapper" crate.

Changelog (Show File list) (Show related packages)