Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | unix: Implement garbage collection with threading. | Damien George | 2016-06-28 |
| | | | | | This patch allows any given thread to do a proper garbage collection and scan all the pointers of all active threads. | ||
* | unix: Add basic thread support using pthreads. | Damien George | 2016-06-28 |
Has the ability to create new threads. |