npth (1.6-21.el10)
Published 2026-05-19 00:20:08 +03:00 by mpavlov
Installation
# on RedHat based distributions
dnf config-manager --add-repo
# on SUSE based distributions
zypper addrepo # on RedHat based distributions
dnf install npth
# on SUSE based distributions
zypper install npth
Repository Info
Architectures |
x86_64 |
About this package
The New GNU Portable Threads library
nPth is a non-preemptive threads implementation using an API very similar
to the one known from GNU Pth. It has been designed as a replacement of
GNU Pth for non-ancient operating systems. In contrast to GNU Pth is is
based on the system's standard threads implementation. Thus nPth allows
the use of libraries which are not compatible to GNU Pth.