[ ソース: rust-send-wrapper ]
パッケージ: librust-send-wrapper+futures-core-dev (0.6.0-1 など)
librust-send-wrapper+futures-core-dev に関するリンク
Debian の資源:
rust-send-wrapper ソースパッケージをダウンロード:
- [rust-send-wrapper_0.6.0-1.dsc]
- [rust-send-wrapper_0.6.0.orig.tar.gz]
- [rust-send-wrapper_0.6.0-1.debian.tar.xz]
メンテナ:
類似のパッケージ:
- librust-crossterm+futures-core-dev
- librust-signal-hook-tokio+futures-core-0-3-dev
- librust-calloop+futures-util-dev
- librust-calloop-0.10+futures-util-dev
- librust-futures-cpupool+with-deprecated-dev
- librust-futures-core+either-dev
- librust-futures-core+std-dev
- librust-inotify+futures-core-dev
- librust-lv2-atom+lv2-core-dev
- librust-linked-hash-map+heapsize-dev
- librust-linked-hash-map+serde-dev
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 - feature "futures-core" and 1 more
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 metapackage enables feature "futures-core" for the Rust send_wrapper crate, by pulling in any additional dependencies needed by that feature.
Additionally, this package also provides the "futures" feature.
その他の librust-send-wrapper+futures-core-dev 関連パッケージ
|
|
|
|
-
- dep: librust-futures-core-0.3+default-dev
- パッケージは利用できません
-
- dep: librust-send-wrapper-dev (= 0.6.0-1+b1)
- 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 - Rust source code