[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/25: gnu: Add rust-thread-tree-0.3.
From: |
guix-commits |
Subject: |
17/25: gnu: Add rust-thread-tree-0.3. |
Date: |
Tue, 27 Jul 2021 10:41:47 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 240c73451a3ea0bd243e5560e960b8ee3b6e8ba3
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jul 26 11:29:42 2021 +0200
gnu: Add rust-thread-tree-0.3.
* gnu/packages/crates-io.scm (rust-thread-tree-0.3): New variable.
---
gnu/packages/crates-io.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index ecd329b..affb747 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -48144,6 +48144,31 @@ different for every thread.")
`(#:cargo-inputs
(("rust-thread-id" ,rust-thread-id-2))))))
+(define-public rust-thread-tree-0.3
+ (package
+ (name "rust-thread-tree")
+ (version "0.3.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "thread-tree" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0mqsmabyf4vd18ci1xxwdyd77xv3b1dc24qx52ywq3nwch4125fx"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs
+ (("rust-crossbeam-channel" ,rust-crossbeam-channel-0.5))))
+ (home-page "https://github.com/bluss/thread-tree")
+ (synopsis "Tree-structured thread pool")
+ (description
+ "This package provides a tree-structured thread pool for splitting jobs
+hierarchically on worker threads. The tree structure means that there is no
+contention between workers when delivering jobs.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-threadpool-1
(package
(name "rust-threadpool")
- 12/25: gnu: Add rust-rstest-0.10., (continued)
- 12/25: gnu: Add rust-rstest-0.10., guix-commits, 2021/07/27
- 14/25: gnu: Add rust-tui-0.15., guix-commits, 2021/07/27
- 16/25: gnu: Add rust-shadow-rs-0.6., guix-commits, 2021/07/27
- 20/25: gnu: rust-minus-3: Update to 3.4.0., guix-commits, 2021/07/27
- 22/25: gnu: Add rust-calamine-0.18., guix-commits, 2021/07/27
- 21/25: gnu: rust-indexmap-1: Update to 1.7.0., guix-commits, 2021/07/27
- 23/25: gnu: Add rust-mp4-0.8., guix-commits, 2021/07/27
- 24/25: gnu: nushell: Update to 0.34.0., guix-commits, 2021/07/27
- 15/25: gnu: rust-unicode-segmentation-1: Update to 1.8.0., guix-commits, 2021/07/27
- 18/25: gnu: Add rust-matrixmultiply-0.3., guix-commits, 2021/07/27
- 17/25: gnu: Add rust-thread-tree-0.3.,
guix-commits <=
- 19/25: gnu: Add rust-ndarray-0.15., guix-commits, 2021/07/27
- 25/25: gnu: Remove rust-bat-0.17., guix-commits, 2021/07/27