Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Thread-Semaphore-2.13-527.fc45 RPM for noarch

From Fedora Rawhide for aarch64 / p

Name: perl-Thread-Semaphore Distribution: Fedora Project
Version: 2.13 Vendor: Fedora Project
Release: 527.fc45 Build date: Thu Jul 23 15:34:34 2026
Group: Unspecified Build host: buildvm-x86-17.rdu3.fedoraproject.org
Size: 10289 Source RPM: perl-5.44.0-527.fc45.src.rpm
Packager: Fedora Project
Url: https://www.perl.org/
Summary: Thread-safe semaphores
Semaphores provide a mechanism to regulate access to resources. Unlike locks,
semaphores aren't tied to particular scalars, and so may be used to control
access to anything you care to use them for. Semaphores don't limit their
values to zero and one, so they can be used to control access to some resource
that there may be more than one of (e.g., file handles). Increment and
decrement amounts aren't fixed at one either, so threads can reserve or return
multiple resources at once.

Provides

Requires

License

GPL-1.0-or-later OR Artistic-1.0-Perl

Changelog

* Thu Jul 23 2026 Jitka Pl