TLDR: I am an idiot. It turns out that the library is for interfacing with OS spawned processes, not native Ada tasks.
I recently stumbled across this library for spawning tasks arbitrarily and I was wondering if the feature that it implements for System.OS_Lib is now a part of the default implementation of Ada 2012 from AdaCore/FSF.
I am unsure if Ada tasking in 2012 is concurrent or parallel, so I have tagged both in this post.