Sun, 10 Jan 2010

3:00 PM - New src work

MidnightBSD now has support for posix_spawn(3) related functions in libc.  We've also made changes to kqueue(2) to support libdispatch (Apple's GCD).  libdispatch does not work yet as there are other change that must be made to support it.   

tags: libc gcd libdispatch

()

Sat, 14 Aug 2010

5:26 PM - libdispatch

MidnightBSD 0.3-CURRENT now includes Apple's libdispatch.  With libdispatch, you can create  multithreaded applications with ease.  

The current port does not include blocks support.  We plan to add llvm to the base system in the future.  At that time, we'll setup libdispatch to work with blocks.

tags: blocks mac os x gcd libdispatch apple

()