Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-14 | example: pass NULL mailbox to pulp_msleep() | Vito Caputo | |
Forgot to update the example when adding the mailbox feature. Thanks Phil! | |||
2018-05-02 | *: initial commit of libpulp | Vito Caputo | |
libpulp is a very basic cooperatively-scheduled userspace threading library. It refers to the userspace threads as fibers, and uses my other little library libthunk to bind the functions and their calling environment into tidy little structures having a uniform calling convention. At this time there's no build system or anything of the sort, it's early days and I'll probably be submoduling this into another project for direct inclusion and compilation. |