Skip to content
Snippets Groups Projects
README.md 415 B
Newer Older
KitsuneAlex's avatar
KitsuneAlex committed
# Multiplatform pthread

KitsuneAlex's avatar
KitsuneAlex committed
A lightweight, high-level abstraction for libpthread in Kotlin/Native
with support for Windows, Linux, macOS, iOS and Android.

### Features
KitsuneAlex's avatar
KitsuneAlex committed
- [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