1 # POSIX Threads for AROS and MorphOS
\r
3 This library implements a subset of the POSIX Threads standard on top of the native Amiga APIs (SignalSemaphores, signals, processes, etc.).
\r
7 Due to underlying API limitations detached threads are not supported.
\r
11 The library is availabe under the zlib license.
\r
14 [http://bszili.morphos.me](http://bszili.morphos.me)
\r
18 This library is not directly based on any existing one, but it was inspired by the following projects:
\r
20 * [AROS' thread.library](http://aros.sourceforge.net/documentation/developers/autodocs/thread.php) by Rob Norris
\r
21 * [Amiga SDL](http://aminet.net/package/dev/misc/SDL-Amiga) by Gabriele Greco
\r
22 * [Pthreads-w32](https://sourceware.org/pthreads-win32) by Ross Johnson
\r
23 * [winpthreads](http://locklessinc.com/articles/pthreads_on_windows) by Lockless Inc.
\r