-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Mark Heily edited this page Feb 10, 2014
·
1 revision
Blocks are a proposed extension to the C, Objective C, and C++ languages developed by Apple to support the Grand Central Dispatch concurrency engine. Blocks are anonymous inline functions that automatically capture a read-only copy of local variables, and have read-write access to local variables that are declared with the "__block" storage class.
This project provides a library that is needed by programs that use Blocks.
The source code is available here: