Пакет libdispatch: Информация

    Исходный пакет: libdispatch
    Версия: 6.3.2-alt1
    Последняя версия по данным Repology
    Собран:  17 июля 2026 г. 23:32 в задании #425689
    Категория: Разработка/C
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/apple/swift-corelibs-libdispatch

    Лицензия: ASL 2.0
    О пакете: Apple's Grand Central Dispatch library
    Описание: 
    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.

    Список бинарных RPM-пакетов, собираемых из данного SRPM:
    libdispatch (x86_64, i586, aarch64)
    libdispatch-debuginfo (x86_64, i586, aarch64)
    libdispatch-devel (x86_64, i586, aarch64)

    Сопровождающий: Vitaly Lipatov

    Список участников:
    Vitaly Lipatov
    Sergey Bolshakov

    Права:
    Vitaly Lipatov
    @everybody

      1. chrpath
      2. clang
      3. cmake
      4. libbsd-devel
      5. libstdc++-devel
      6. llvm
      7. ninja-build

    Последнее изменение


    17 июля 2026 г. Vitaly Lipatov 6.3.2-alt1
    - new version 6.3.2
    9 марта 2026 г. Vitaly Lipatov 6.2.2-alt1
    - new version 6.2.2
    9 декабря 2024 г. Vitaly Lipatov 6.0.2-alt1
    - new version 6.0.2 (with rpmrb script)