Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-25 | core: add documentation comments to API functions | Danny Holman | |
Add documentation comments to the functions and structures exposed through the Rune API. Signed-off-by: Danny Holman <dholman@gymli.org> | |||
2024-10-03 | core: thread: wrap the pthreads API | Danny Holman | |
Create wrapper functions over the pthread API so that the engine only has to provide an integer ID for threads and mutexes. The thread and mutex handles should be handled internally so that the end user never sees the underlying datatypes. Signed-off-by: Danny Holman <dholman@gymli.org> |