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