Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37574555
en ru br
ALT Linux repos
S:5.7.3-alt2

Group :: Development/C
RPM: libdispatch

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 5.7.3-alt2
Build date: 28 april 2023, 10:44 ( 52.3 weeks ago )
Size: 422.00 Kb

Home page:   https://github.com/apple/swift-corelibs-libdispa…

License: ASL 2.0
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.

Current maintainer: Vitaly Lipatov

List of contributors

List of rpms provided by this srpm:

  • libdispatch
  • libdispatch-debuginfo
  • libdispatch-devel
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin