Name: | libdispatch |
---|---|
Epoch: | 1 |
Version: | 5.9 |
Release: | 1.el8 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 426053 |
License: | Apache-2.0 |
RPM: | libdispatch-5.9-1.el8.x86_64.rpm |
Source RPM: | libdispatch-5.9-1.el8.src.rpm |
Build Date: | Sat Oct 07 2023 |
Build Host: | build-ol8-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/apple/swift-corelibs-libdispatch |
Summary: | Apple's Grand Central Dispatch library |
Description: | Grand Central Dispatch (GCD or libdispatch) provides comprehensive support for concurrent code execution on multicore hardware. libdispatch is currently available on all Darwin platforms. This project aims to make a modern version of libdispatch available on all other Swift platforms. To do this, we will implement as much of the portable subset of the API as possible, using the existing open source C implementation. libdispatch on Darwin is a combination of logic in the xnu kernel alongside the user-space Library. The kernel has the most information available to balance workload across the entire system. As a first step, however, we believe it is useful to bring up the basic functionality of the library using user-space pthread primitives on Linux. Eventually, a Linux kernel module could be developed to support more informed thread scheduling. |
- Updated to 5.9-RELEASE
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
- Updated to 5.7.3-RELEASE
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
- Updated to 5.7.2-RELEASE SPDX migration
- Updated to 5.7.1-RELEASE
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
- Merged patch 0a56660 from Shawn Anastasio to include ppc64le as one of the architectures to build for
- Updated to 5.6.1-RELEASE
- Added patch to allow for building on EPEL-8