in reply to Re^2: Queues with forks library (utsl tias)
in thread Queues with forks library

The parts you bolded just mean they share the same API. By no means does that say forks are used when threads are requested.

For example, CGI::Simple is a drop-in replacement for CGI if you don't use the HTML generation functions, and by no means does CGI::Simple affect use CGI;.