Menu

Home

Mark Heily

NOTE --- THIS PROJECT HAS MOVED TO GITHUB

OpenGCD

OpenGCD provides a portable implementation of the Grand Central Dispatch API. It combines several components:

  • libdispatch
  • libkqueue
  • libpthread_workqueue
  • libBlocksRuntime

These components together provide the complete functionality needed to port programs that use GCD to other platforms.

Download

Click the link below to go to the download page.

Support

There is a mailing list named 'opengcd-support' that provides a general forum for questions about OpenGCD. If you want to get notified when a new version is released, consider subscribing to the 'opengcd-announce' mailing list.

There is also an IRC channel named '##opengcd' on irc.freenode.net where developers hang out. If you don't have an IRC client, click here to visit the IRC channel in your web browser.

See also


Related

Wiki: HowToBuild
Wiki: TargetPlatforms