Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using grand central dispatch in Linux

Is this possible, since Apple has open sourced the code (libdispatch?) I'm bit confused as to how one can make use of this. Is this like a library with an API that any application can make use of, or an OS feature built into Mac OS X? Can application built "for" Macs and iPhone (with iOS 4) alone make use of this library?

I assume one has to run a port to make gcc also compatible with the new semantic that Apple has introduced.

like image 967
prabhu Avatar asked Jun 30 '10 07:06

prabhu


1 Answers

It's almost a year later but I'm using it quite happily on Ubuntu Natty. Proper packages are coming in Oneiric.

like image 123
Chris Mowforth Avatar answered Nov 16 '22 00:11

Chris Mowforth