Skip to content
Mark Heily edited this page Feb 10, 2014 · 1 revision

BlocksRuntime

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.

Download

The source code is available here:

/~https://github.com/mheily/blocks-runtime

Links

Clone this wiki locally