Registry / utility / tinythread

tinythread

JSON →
library1.1vcpkgunverified

Implements a fairly compatible subset of the C++11 thread management classes

vcpkg install tinythread
INSTALL
IMPORT
SIG · TINYTHREAD
T
tinythread
utilitycppv1.1
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.

tinythread.h
✓ #include <tinythread.h>

Creates and joins a thread using tinythread

#include "tinythread.h" #include <iostream> void thread_func() { std::cout << "Hello from thread!" << std::endl; } int main() { tthread::thread t(thread_func); t.join(); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources

No resource links recorded.

tinythread — pip install tinythread · libregistry