nina
nina
well, `nice` will add to the current level, while `setpriority` actually sets it, so there is a difference - both are posix though... the main non-portability for that is range...
ok, i think i should have a cleaned up PR sometime this evening...
I added documentation, feature flags, and improved the resource management for the capabilities IAB object, which should be a lot cleaner now. It should be reviewable now, though I still...
it goes in `options =`
I think I addressed all the comments, let me know if there's anything else
the memory allocated is the cdata structure plus memory for the value aligned to correct alignment so it resides after the cdata's struct fields (this + 1) at the first...