Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 415 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 415 Bytes

Multiplatform pthread

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

Features

  • Thread General purpose wrapper around system threads.
  • Mutex Simple mutex implementation.
  • SharedMutex Reentrant read-write lock implementation.
  • ConditionVar Condition variables
  • ThreadAttribute Thread attributes