Registry / utility / nsync
library1.30.0vcpkgunverified

nsync is a C library that exports various synchronization primitives, such as mutexes

vcpkg install nsync
INSTALL
IMPORT
SIG · NSYNC
N
nsync
utilitycppv1.30.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

nsync.h
#include <nsync.h>

Basic mutex usage with nsync.

#include <nsync.h> int main() { nsync_mu mu; nsync_mu_init(&mu); nsync_mu_lock(&mu); nsync_mu_unlock(&mu); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.30.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources

No resource links recorded.

nsync — pip install nsync · libregistry