freebsd-ports/devel/nsync/pkg-descr
Yuri Victorovich c75af1e01d New port: devel/nsync: C library that exports various synchronization primitives like mutexes
PR:		226400
Submitted by:	Anthony <amzo1337@gmail.com>
2019-07-14 05:22:44 +00:00

7 lines
381 B
Text

Nsync is a C library that exports various synchronization primitives.
The library is intended to be portable, and to be compilable on a system with
only a C90 compiler, assuming atomic operations are available from the
compiler, operating system, or assembler routines. It is able to use C11 or
C++11 atomic operations if they are available.
WWW: https://github.com/google/nsync