Monday, May 31, 2010

Rough Java Implementation of GCD

Produced a rough Java implementation of Grand Central Dispatch APIs -- at this point, only the "classic" API forms, not the ones that rely on code block (or "closure") concept. JDK 6 doesn't support closures.

No comments: