This library implements a subset of the POSIX Threads standard on top of the native Amiga APIs (SignalSemaphores, signals, processes, etc.).
Due to underlying API limitations detached threads are not supported.
The library is availabe under the zlib license.
This library is not directly based on any existing one, but it was inspired by the following projects:
- AROS' thread.library by Rob Norris
- Amiga SDL by Gabriele Greco
- Pthreads-w32 by Ross Johnson
- winpthreads by Lockless Inc.