|
CX Framework
Cross-platform C utility framework
|
Modules | |
| Event | |
| Mutex | |
| Reader-Writer Lock | |
| Core Multithreading | |
Cross-platform threading, synchronization primitives, and atomic operations.
The CX threading system provides a lightweight abstraction over OS threading APIs with support for Windows, UNIX/POSIX, and WebAssembly platforms. It includes:
Threads use reference counting for memory management. Always release threads with thrRelease() when done.