Newer
Older
A lightweight, high-level abstraction for libpthread in Kotlin/Native
with support for Windows, Linux, macOS, iOS and Android.
### Features
- [x] `Thread` General purpose wrapper around system threads.
- [x] `Mutex` Simple mutex implementation.
- [x] `SharedMutex` Reentrant read-write lock implementation.
- [ ] `ConditionVar` Condition variables
- [ ] `ThreadAttribute` Thread attributes